Appologies for the noobishness. Any help would be greatly appreciated.
Here's my Config.js file and one of the sample batches. Again, sometimes all of the commands in a batch file execute properly, sometimes none of them, sometimes only the first few.
firefox_start.bat:
CODE
cmdow @ /HID
@ECHO OFF
copy "%ALLUSERSPROFILE%\start menu\programs\Mozilla Firefox\Mozilla Firefox.lnk" "%ALLUSERSPROFILE%\start menu\programs\"
rmdir /S /Q "%ALLUSERSPROFILE%\start menu\programs\Mozilla Firefox\"
@ECHO OFF
copy "%ALLUSERSPROFILE%\start menu\programs\Mozilla Firefox\Mozilla Firefox.lnk" "%ALLUSERSPROFILE%\start menu\programs\"
rmdir /S /Q "%ALLUSERSPROFILE%\start menu\programs\Mozilla Firefox\"