Batch files under Windows 9x - TechRepublic
General discussion
September 25, 2000 at 12:23 PM
lhgordon

Batch files under Windows 9x

by lhgordon . Updated 25 years, 7 months ago

I am trying to write 2 batch files. The first must run in a window because is contains several “Start” commands.
As I exit this batch file I want to call a new batch file that must run in DOS mode without windows.
In either of the two batch filesI need to find and delete all files named ~*.*. Can someone shou me how to do this using only DOS commands? How do I redirect the command DIR /s /b ~*.* to the DEL command?
Any suggestions?

This discussion is locked

All Comments