1. i didnt know that Xplode automatically waits for one program to end before it starts the next, is this implemented in 4.1 also? (yes, im using 4.1 cuz idk if i really wanna pay for Xplode yet, i want to get this to atleast work for me, before i upgrade)
2.after reading someones post i decided to implement the <hide> true</hide> into my code
3.thanks for noticing the fileio problem

i wouldnt of caught that myself...
4. i have batch files running cuz a. it would be either to complicated to run in Xplode or b. what i want either doesnt work in 4.1 (on a side note i already have a fully working start.bat customized the way i want it so all i have to do is copy certain/lines/strings from it inot Xplode)
5. This is the contents of Kill.bat:
cmdow @ /HID
kill /z hh.exe
kill /z Ad-Aware.exe
copy %systemdrive%\install\ad-aware\settings.awc "%appdata%\lavasoft\ad-aware\settings.awc"
exit
5. this is giving me problems but idk why...
<execute display="Logitech Programs">
<execute display="iTouch">
<program>start</program>
<arguments>/wait #SYSTEMDRIVE#\Install\Apps\logitech\keyboard\setup.exe /s</arguments>
<hide>true</hide>
</execute>
<execute display="MouseWare">
<program>start</program>
<arguments>/wait #SYSTEMDRIVE#\Install\Apps\logitech\mouse\setup.exe /s</arguments>
<hide>true</hide>
</execute>
<execute display="QuickCam">
<program>start</program>
<arguments>/wait #SYSTEMDRIVE#\Install\Apps\logitech\quickcam\appinst\setup.exe /S /V /qn /noreboot</arguments>
<hide>true</hide>
</execute>
</execute>
it says im missing program tags....