A Batch File to delete My Documents Content
Hello,
I would like to run a batch file in my Novell 4.11 login scripts to automatically delete all files in the My Documents folder.
What would be the content of the batch file? Would it be something like this?
c:
cd "c:\my documents"
del *.* < "Y" NULL
I was told that I would need two files, one that would contain the del *.* function and another file that contains 'Y' in it (no quotes). This Y would be passed as a parameter to the calling batch file.
I also don't want the command to appear on the screen when run.
I would appreciate any advice.
Thanks,
Andrew