You are here: irt.org | BBS | Re: Dos Question? [This BBS is closed]
Posted by Ed W on August 13, 1998 at 03:28:36:
In Reply to: Dos Question? posted by Metin on August 13, 1998 at 00:22:52:
: If I type "del *.*" DOS asks me
: Do you want to delete all files (y/n) ?
: Is there a way to pass a "y" parameter in my command line to
: "del *.*" so I do not get this message.
: For example something like this "del *.* /y " ,
: but this doesn't work I tried it already.
: Thanks for any suggestions.
:
I presume you could just make a batch file like this:
del *.*
y
and save it as delall.bat or something like that. Then type delall at the command prompt.
Follow-ups:
You are here: irt.org | BBS | Re: Dos Question? [This BBS is closed]