June 21, 200422 yr The command (below), at the end of my batch.cmd file didnt work. The folder and its content remain intact after installation during first boot-up!ECHO Removing Temporary filesrd /s /q "%systemdrive%\install"Any suggestions?
June 21, 200422 yr there may be a program, etc. still running when the command to remove the directory is started.
June 21, 200422 yr Author i dont get anything @ anytime! the programs install fine, just this command seem not to be done
June 22, 200422 yr Try removing the ECHO OFF, etc and put a PAUSE at the end of your batch file to help debugging the problem.
June 22, 200422 yr Author Try removing the ECHO OFF, etc and put a PAUSE at the end of your batch file to help debugging the problem.Where ECHO OFF?
June 22, 200422 yr he is assuming that you have an@echo offstatement at the beginning of your batch script, if you don't, you can safely ignore his suggestion.(@echo hides the commands being executed from the window)
June 22, 200422 yr does it not work at all? OR is it removing files and then you have your PC reboot, so it doesn't have enough time to finish?SUGGESTION - install your apps from the CD. Its faster in that you don't spend time copy the files to the HD and then time to delete them.It is pretty easy to do too.
June 22, 200422 yr Author I used RunOnceEx as AthlonXP2100 advised me.. and i'll suggest you to read my new topic : >> http://www.msfn.org/board/index.php?showtopic=21235
Create an account or sign in to comment