You are here

How to add an argument to 'Start Automatically'?

2 posts / 0 new
Last post
chrisfox
Offline
Last seen: 1 day 20 hours ago
Joined: 2015-06-01 10:03
How to add an argument to 'Start Automatically'?

Hi, I want to start Textify automatically with PortableApps (ie. not with Windows). So I have done this: PortableApps WINDOW | RIGHT-CLICK | 'Start Automatically'
The problem is that starting Textify without the "-hidewnd" argument displays its windows when PortableApps is starting, so I need to add "-hidewnd". How can I add this? Which PortableApps startup file should I edit for this?
Regards

John T. Haller
John T. Haller's picture
Offline
Last seen: 6 hours 22 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
App Itself

The PA.c Platform doesn't have the ability to add a parameter to startup specifically. You can, however, add an argument to the app whenever it is run. To do this, copy AppNamePortable.ini from the TextifyPortable\Other\Source to the TextifyPortable directory and rename it to TextifyPortable.ini. Change the first line of the file from AdditionalParameters= to AdditionalParameters=-hidewnd and save it.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments