January 12, 200521 yr i need the command which delets the batch file after it has run... ive tryed thedel c:/..../.../bat.batand it does not workwhich command should i use??
January 12, 200521 yr Just make the batch file delete the directory where it is in.. It should work. If it doesn't just use START DEL or START RD.
January 13, 200521 yr Im am storing all temporary files in c:\temp and after installation I call rmdir...
January 13, 200521 yr or use del /s /q "%USERPROFILE%\....\....."only thing left is empty folders and sub folders
Create an account or sign in to comment