Brando569 Posted May 21, 2007 Posted May 21, 2007 i figured this was the best place to put this..i wrote a batch script that deletes my install folder and various other things after the installation is complete. i just found out now that you need to add the switch /S for it to delete the contents of sub-folders.my problem is how do i get rid of the folders themselves? this is the command im issuing: del /S /Q %systemdrive%\install
RickSteele Posted May 21, 2007 Posted May 21, 2007 This works for me flawlessly;ECHO.ECHO Deleting Temp Installation FilesRD /S /Q %systemdrive%\install
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now