February 27, 200521 yr I hope some body can help me !I try below to Unattended delete a folder, but i need to confirm Y/NHow to Unattended it ?PleaseECHO.del "%systemdrive%\Documents and Settings\X-X-S-S"ECHO
February 27, 200521 yr To delete a folderRMDIR "Folder"Or you can useRMDIR /S /Q "Folder"/S - Removes subdirectories as well/Q - Quiet mode (No Prompting)HTH
February 28, 200521 yr additional info for you police_happy. rmdir and rd does the same thing. <{POST_SNAPBACK}>True, but I'm used to a Unix environment, and rmdir is the Unix command to remove directory.Later
March 1, 200521 yr Whoa! I don't know anything about unix! I think I'm not even born when it first started. But I really want to learn.
March 2, 200521 yr Whoa! I don't know anything about unix! I think I'm not even born when it first started. But I really want to learn.<{POST_SNAPBACK}>Unix existed since the mid-eighties, as far as I'm aware. Stick with Windows, kiddo, as I said to someone the other day...
Create an account or sign in to comment