Hi, I have a couple of SWF Files which runs through a Shell.exe. I wanted to make a single executable portable bundling all the swf files along with the Shell.exe and on executing the portableapp I wanted the Shell.exe to be executed. Is this something that could be technically achieved with Portable Apps. I just need a few pointers in the right direction.
Regards,
Sab.
Use a bat/cmd file:
START "" "Shell.exe" "1.swf"
Or download the PortableApps.com template and use below commands:
[Launch]
ProgramExecutable=Shell\Shell.exe
CommandLineArguments=%PAL:AppDir%\Shell\1.swf