View Single Post
  #9   Report Post  
Posted to rec.crafts.metalworking
Tom Gardner[_3_] Tom Gardner[_3_] is offline
external usenet poster
 
Posts: 64
Default batch or command file help


"Karl Townsend" wrote in message
...
I need to search my whole computer in all folders for these files and
delete them. I'm trying to make a command file to automate the process. The
commands below will do one drive.

I'd like to improve this batch file by prompting for which drive to clean.
Any suggestions?

contents of camclean.bat
cd\
del /s DMC32.DLL
del /s DMCBUS32.DLL
del /s DMCGC32.DLL
del /s DMCNET.EXE
del /s DMCNET.TLB
del /s DMCPAR32.DLL
del /s DMCREG.OCA
del /s DMCREG.OCX
del /s DMCSER32.DLL
del /s DMCSHELL.OCX
del /s GLWDMISA.INF
del /s GLWDMISA.SYS
del /s GLWDMPCI.INF
del /s GLWDMPCI.SYS


del /s dmc*.*
del /s glwdm*.*