B belmontpine-access Dec 2, 2003 #1 How can I use vbs to create a new subfolder on my c drive when a user opens the script Thanks NB
L Lurk Dec 2, 2003 #2 If you're talking about Visual Basic Script then you can use the following to create a folder: MkDir "C:\New Folder\" (or whatever folder you want to create inside quotation marks) If you are using this within Visual Basic then you would put this inside a "Private Sub".
If you're talking about Visual Basic Script then you can use the following to create a folder: MkDir "C:\New Folder\" (or whatever folder you want to create inside quotation marks) If you are using this within Visual Basic then you would put this inside a "Private Sub".