Examples

Owwwww with just 7 days before ITForum in Europe its getting very exciting! I wont be on the SoftGrid Stand however you can come and bug me on one of the Windows Server 2008 stands! Look for the jolly looking version of me these days Wink I am out in Stockholm Sweden at the moment! But am looking forward to some great times in Barcelona with you all!!!

header_itf_wide.gif

Anyway, here are a few more little examples! Nothing earth shattering but still examples!

 

Example 1 - Accessing local application

 <DEPENDENCY>
 <SCRIPT TIMING="PRE" EVENT="LAUNCH" WAIT="TRUE" PROTECT="TRUE">
 <HREF>c:\winnt\system32\cmd.exe</HREF>
 </SCRIPT>
 </DEPENDENCY> 

 

Example 1a - Accessing Batch File via UNC

 <DEPENDENCY>
 <SCRIPT TIMING="PRE" EVENT="LAUNCH" WAIT="TRUE" PROTECT="TRUE">
 <HREF>\\SRV_NAME\NT_SHR\PRE_SCRIPT.CMD</HREF>
 </SCRIPT>
 </DEPENDENCY> 

NOTE: HREF tag cannot be used with %SFT_MNT% or to launch EXE from within virtual environment.

Feel free to add any examples that you have done in the past! would like to create a nice repository that people can quickly jump to and pull examples!