You are here

Launching 2 applications with one launcher

2 posts / 0 new
Last post
Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 2 weeks ago
Developer
Joined: 2008-09-30 19:18
Launching 2 applications with one launcher

Is it possible to code a launcher to launch two applications with one laucher and if so, can you tell me what I gotta type (at least the "define" part). I searched like a bloodhound on the NSIS website.

Note that I'm using NIS Edit Portable (still in beta).

I won't tell you what its for right now but trust me, your gonna know why as soon as I find out.

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
!define

!define $PROGRAMEXECUTABLEONE
!define $PROGRAMEXECUTABLETWO

Exec $PROGRAMEXECUTABLEONE
Exec $PROGRAMEXECUTABLETWO

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

Log in or register to post comments