Pages

Monday, September 10, 2012

iPhone Application Development Tutorial

This is a free tutorial by the Stanford University.

download part-1

download part-2

Create Multiple Folders And Sub-Folders Easily In One Go

Using Batch (BAT) Command

The First method for creating multiple folders requires using the Batch (BAT) file. First you create a root folder in which you want your other folders to appear. Once done, create a text file in root folder and enter the md command in following way.
md <folder name>/<sub-folder name>

For example,
md Music
md Videos
md Pictures
md Documents
md C:\User\Test\Desktop\AddictiveTips\Documents\Home