First of all, we have to install STATA on our pc. Here, I use STATA-12 version.
To see your working directory, type:
pwd
suppose, we are on "C:\Users\L.Ahsan\Documents" . we want to change our directory on E drive in stata_work folder. so, for changing our directory, Type :
cd "E:\" // we change our working directory from C to E.
mkdir " E:\stata_work" // that means we make a folder on our E drive named stata_work.
cd " E:\stata_work" // change directory to E drive into stata_work folder.
That's all for now . Please wait for the next post , Thanks !!!!!