| Applications / Shortcut Wizard | |
Details and examples of local connection shortcuts.
You can have, for example:
| Command Line | Working Directory | Parameters | Remarks |
|---|---|---|---|
| fglrun | /home/fgl/demo/ | stores.42m | fglrun should be in the PATH |
| c:\<mydir>\fgl\bin\fglrun.exe | c:\genero\demo | stores.42m | |
| c:\demos\stores.bat | stores.bat is a batch file that sets the environment and starts the program. | ||
| C:\WINNT\system32\CMD.EXE /C "d:\fjs\fgl\envcomp.bat && fglrun D:\app\gift.42r" | D:\app | This will start envcomp.bat in FGLDIR to set the environment, then start the gift application. The Working directory is the directory where fglrun can find the required files. |
| Command Line | Working Directory | Parameters | Remarks |
|---|---|---|---|
| c:\<mydir>\fgl\bin\fglrun.exe | c:\genero\demo | stores.42m |