You are here

Need Help With A Portable App I am trying to build

2 posts / 0 new
Last post
sab
Offline
Last seen: 1 year 11 months ago
Joined: 2022-05-13 12:54
Need Help With A Portable App I am trying to build

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.

xmha97
Offline
Last seen: 7 months 4 days ago
Joined: 2021-01-03 06:04
Reply

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

Log in or register to post comments