Can anyone point me to the right forum.
I have a need for a .bat file to open Access only after it does something like the following.
for %%c in (e:\new folder\*.txt) do if not %%c == "e:\new folder\My New Text Document.txt" del %%c
It's that line I need help with
I have a need for a .bat file to open Access only after it does something like the following.
for %%c in (e:\new folder\*.txt) do if not %%c == "e:\new folder\My New Text Document.txt" del %%c
It's that line I need help with