Examples

6 Days to go before ITForum! As you can see I am doing a big count down! Will continue on the theme  of examples this week! As always, feel free to add any extras in the comments!

 

NOTE: The PARAMETERS tag will not support environment variables (e.g. %SFT_MNT%).

Example 1 - Generic Example

 <CODEBASE
 FILENAME="\ABCD\EXECUTE\Z_RUN.EXE"
 PARAMETERS=" FORM=MRF01 LANG=ENG ZENV=X_POINT_CHAR"
 SYSGUARDFILE="ACBS\osguard.cp"
 HREF="rtsp://hercules:554/ACBS_V2.sft"
 GUID="BD9AF94E-4A8E-415D-B57F-54A454911FAA"
 SIZE="648019522"/> 

 

Example 2 - Launching Data File via a Relative Path

 <CODEBASE
 FILENAME="App\WordEditor\wordpad.exe"
 PARAMETERS=" ..\Data\cli.doc"
 SYSGUARDFILE="App\osguard.cp"
 HREF="rtsp://softgrid:554/app.sft"
 GUID="A2A6D95E-8898-41C0-8020-797B23A1E917"
 SIZE="33363442"/>

NOTE: '..\Data\cli.doc' is located in the following location within the sequence:%SFT_MNT%\App\Data\cli.doc

 

Example 3 - Launching a Data File via an Absolute Path

 <CODEBASE
 FILENAME="App\WordEditor\wordpad.exe"
 PARAMETERS=" Q:\App\Data\cli.doc"
 SYSGUARDFILE="App\osguard.cp"
 HREF="rtsp://softgrid:554/app.sft"
 GUID="A2A6D95E-8898-41C0-8020-797B23A1E917"
 SIZE="33363442"/> 

NOTE: This example assumes that the SoftGrid Client Virtual Drive is Q: (e.g. Q:\App\Data\Cli.doc).