copy d:\files\setup.exe c:\temp\setup.exe
start c:\temp\setup.exe /s
(I need a delay here)
del c:\temp\setup.exe
reg delete (the path here...)
========
I need this delay because when it goes to delete the setup.exe in the temp dir and the reg of the software, the setup is in execution! The command lines don't find the path of the reg because he is not created in the moment (the seput is running).
And the sleep command don't run: sleep' is not recognized as an internal or external command.operable program or batch file



Help
Back to top










