Saturday, July 14, 2012

PS Quick Tips: Create a directory in PowerShell

PS D:\> New-Item -ItemType directory -Path D:\tmp

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...