programmatically access the file system and create, modify, delete, open, and close files for different purposes. To open/create a file in VBScript, you must create a handle on the FileSystemxxx ...
At school I am moving all my DOS scripts to VBScript and have a little problem. I want my script to check \\server\share\username to see if the folder exists. If not create it, then map drive X to ...