Launching finished programs with parameters |
|
Applies
to:
Depending on the type of program you created, it is possible to launch these programs with parameters as well. The executable of the application does accept URL parameters when launched. You can hand over a parameter to the exe file of your finished application in the following way:
Example: create a yourbrowser.exe (single executable) and launch it with a startpage parameter: C:\yourbrowser.exe www.browserbob.com will launch the browser and open www.browserbob.com. In this case, the program will ignore the startpage you might have entered under properties of MainWeb. This means, that you can create a shortcut with parameter to launch a BrowserBob application.
TIP: whether you create a setup or single selfextracting exe, raw files or scr output, the executable or scr will accept URL parameters when launched. Please refer to File structure of BrowserBob applications for more information on the file structure of your output files.
|
Related topics: Bulding |
|