Hello Everyone,
I am extremely new to vbscript, but I was told I needed this to come up with a solution to my problem.
Lets say I have a folder called "OldFiles" and the path was C:\OldFiles.
In this folder i have *.txt, *.doc, *.xls, *.mdb, and *.exe files.
I want to copy all the files except for any files that have a .exe extension into a new directory, which is call "NewFiles". C:\NewFiles.
Is this possible in vbScript?
If so please keep in mind I'm an Newbie to this, how do i start and what would I need to complete this task.
Thanks In Advance,
I am extremely new to vbscript, but I was told I needed this to come up with a solution to my problem.
Lets say I have a folder called "OldFiles" and the path was C:\OldFiles.
In this folder i have *.txt, *.doc, *.xls, *.mdb, and *.exe files.
I want to copy all the files except for any files that have a .exe extension into a new directory, which is call "NewFiles". C:\NewFiles.
Is this possible in vbScript?
If so please keep in mind I'm an Newbie to this, how do i start and what would I need to complete this task.
Thanks In Advance,