I love this program for batch files sure makes things easier. Here are the things im running into.
I have the version 2.6.1.0
1) When i go to update database it says cannot create file "c:\program files\runonceex.cmd creator\". The system cant not find specified path. i left everything default during install any ideas?
2) When i do a databse add, on the first screen its set to %SystemDrive%\Install\ than i click database add, i enter in the program Symatec Corp 9. Now i know in the program field is says find path so should it be
%systemdrive%\install\Sav\setup\ or systemdrive%\install\Sav\setup\Symantec AntiVirus.msi\ and do i need the " This is my finished product.
@Echo Off
SET PP=%SystemDrive%\Install\
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Programs" /f
REG ADD %KEY%\000 /VE /D "Symantec Antivirus Corporate 9" /f
REG ADD %KEY%\000 /V 1 /D "%PP%%systemdrive%\install\Sav\setup\"Symantec AntiVirus.msi\" /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS" /f
EXIT
When looking at others they dont have the %pp% in them.
3) Plus when saving them it asks me to save them again on exit any idea on that?