Ms-dos question
Dominick Grillo
dgrillo at acad.suffolk.edu
Fri Apr 17 16:28:13 EDT 1998
> del c:\progra~1\netscape\naviga~1\cache\*.*
>
> Now I can't get this to work! (At the other place we were
Ah, good 'ol DOS. This is what I usually do:
del c:\progra~1\netscape\naviga~1\cache\*.* < c:\abc
I then create a file called abc in the root that just has one line, the
letter "Y" (no quotes) and a hard return. What this does is pass file to
the del command. The del command gets a y, and deletes all the files.
(You can came the abc file whatever you want. I call it Y, but then the
example gets confusing.)
Good luck with it.
-Dominick
Dominick Grillo
dgrillo at acad.suffolk.edu
Computer and Electronic Services Librarian
Suffolk University Law School
(617) 573-8605
More information about the Web4lib
mailing list