Archive: Shortcut options for .bat files


Shortcut options for .bat files
How can I do with NSIS for setting env. memory or initial memory in a shortcut which run a .bat file ?

Thanks for answers.


It should work if you make the installer unpack an already set up .pif file next to the .bat file. When the .bat file is launched it will use the settings from the .pif file next to it.

Just make sure the command line specified in the .pif file is blank, this way the .pif file won't be able to call the .bat file, but that shouldn't be a problem.


Thanks a lot for your idea !!!