01-21-2010, 01:57 PM
Hi,
I am using the below code tp find the current directory.
The message says that i am in c:\ directory.
I want to change the directory to e:\
is there any way to change the current directory.
Any help would be really appreciated.
Regards;
Vijay
I am using the below code tp find the current directory.
Code:
Set oShell = CreateObject("WScript.Shell")
'Set oFSO = CreateObject("Scripting.FileSystemObject")
sCurrDir=oShell.CurrentDirectory
msgbox sCurrDir
I want to change the directory to e:\
is there any way to change the current directory.
Any help would be really appreciated.
Regards;
Vijay