You are here: irt.org | BBS | Re: Dos Question? [This BBS is closed]
Posted by Daniel Iversen on August 13, 1998 at 07:42:16:
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.
:
Well, this one works! Just type:
echo y|del *.*
at the command prompt or in a batch file.
This will make the system answer "Y" (yes) to the del *.* command!
Follow-ups:
You are here: irt.org | BBS | Re: Dos Question? [This BBS is closed]