put this in your batch file:Originally Posted by damo642
echo Y>c:\yes
del e:\batch\music\*.* <c:\yes
del e:\batch\movies\*.* <c:\yes
del c:\yes <c:\yes
what this does is
line 1: redirect the output of the echo (Y) to the file c:\yes
line 2-4: redirect input from file c:\yes to program
used to work really good back in the day.(some times i miss MSDOS v2)



LinkBack URL
About LinkBacks
Reply With Quote
for it.

Bookmarks