TomBarrand
Programmer
I want to use a VBSscript to move a file from one folder to another folder. Can anyone offer any suggestions or point me to a URL where there might be some sample code.
Thanks,
Tom
Thanks,
Tom
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set fso=CreateObject("Scripting.FileSystemObject")
fso.MoveFile "c:\config.sys", "c:\windows"