|
-
September 18th, 2002, 01:55 AM
#1
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
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|