Hello all, I am very new to VBScript.
I am trying to create a script to rename a file incrementally. So essentially it would be a folder with a script that runs nightly renaming one file, then deleting the original file copied there.
so the directory after 4 days would look like this
---------------
file0001.mdb
file0002.mdb
file0003.mdb
file0004.mdb
I have the script to copy the file to the directory, I just dont know how to make it rename it incrementally. Any help much appreciated!
I am trying to create a script to rename a file incrementally. So essentially it would be a folder with a script that runs nightly renaming one file, then deleting the original file copied there.
so the directory after 4 days would look like this
---------------
file0001.mdb
file0002.mdb
file0003.mdb
file0004.mdb
I have the script to copy the file to the directory, I just dont know how to make it rename it incrementally. Any help much appreciated!