The below works perfectly to open the app:
Code: Select all
START "" "C:\Program Files\Citrix\ICA Client\pnagent.exe" /CitrixShortcut: (3) /QLaunch "AVIXA:Microsoft Access 2007"
However if I specify the file patch afterwards such as below, a small window titled WFCRUN32 opens and details command usage options
Code: Select all
START "" "C:\Program Files\Citrix\ICA Client\pnagent.exe" /CitrixShortcut: (3) /QLaunch "AVIXA:Microsoft Access 2007" "U:\EOS Tracker\EOS Tracker V1.2.accdb"
Does anyone have any ideas on how I can get round this as it is currently ruining my plans for greatness?