On Mon, 9 Sep 2002, Javeed SAR wrote: > Hi, > > How to change drives. > > For eg if i am in c: right now i want to move to M: > > Am i doing the right thing : > > chdir " M:\\test_merge1" ;
You can check this yourself use Cwd; print cwd; # This should print your current working dir -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]