DLF Posted November 12, 2004 Posted November 12, 2004 Could it be possible for me to add some syntax at the end of my batch file to delete the "Install" directory that is installed to the systemdrive once all the apps have installed themselves? If this is feasible could someone help me with the necessary command please.
tguy Posted November 12, 2004 Posted November 12, 2004 In your cleanup.cmd file add the line:rd /s %systemdrive%\installtguy
DLF Posted November 12, 2004 Author Posted November 12, 2004 Thanks for the reply but I thought the "Cleanup.cmd" file was only used in conj with the "RunOnceEx.cmd"? As I'm using the batch_file.cmd method I havent got a Cleanup.cmd file. Could I add your syntax to the end of my batch_file? Or would it be different?
tguy Posted November 15, 2004 Posted November 15, 2004 You could also add it to the end of your batch file.
Recommended Posts