1.

Solve : MS DOS beginner need help with a command?

Answer»

okay so I currently here C:\1161_DataFiles\DOS

what COMMAND do I write to DELETE all the files that have the number 1 in the NAME from the DOS directoryThis should do it. The two ASTERISKS (*) are wildcards.

Code: [Select]DEL *1*



Discussion

No Comment Found