challenge: batch file programming - 10/13/02 04:51 AM
I need a batch file program that will allow me (under windows 2000) to do something like
deltree c:/long file name/long file name/directory with wildcards and long file name
but, under windows 2000 deltree doesnt work, it has been replaced by rm which i beleive does not support wild cards. is there any way to be able to delete directories that have long file names using wild cards in a batch file??
deltree c:/long file name/long file name/directory with wildcards and long file name
but, under windows 2000 deltree doesnt work, it has been replaced by rm which i beleive does not support wild cards. is there any way to be able to delete directories that have long file names using wild cards in a batch file??