Creating A folder

  • Thread starter Thread starter belmontpine-access
  • Start date Start date
B

belmontpine-access

How can I use vbs to create a new subfolder on my c drive
when a user opens the script

Thanks

NB
 
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".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top