R
ray
I have this simple bat file that does the following
del file1.txt
rename file.txt file.txt
This text file is on a server and I am trying to set it up so that I can do
an import. I delete and rename the file because the file is rebuilded every
20 minutes. But I can not seem to get access to run the bat file.
del file1.txt
rename file.txt file.txt
This text file is on a server and I am trying to set it up so that I can do
an import. I delete and rename the file because the file is rebuilded every
20 minutes. But I can not seem to get access to run the bat file.