Microsoft KB Archive/930965

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


How to import an .sft file from the command line in SoftGrid Client

Article ID: 930965

Article Last Modified on 4/18/2007



APPLIES TO

  • Microsoft SoftGrid for Terminal Services
  • Microsoft SoftGrid for Windows Desktops



INTRODUCTION

This article describes how to import an .sft file from the command line in Microsoft SoftGrid Client.

MORE INFORMATION

All Sfttray.exe command-line options are case sensitive. These options include the application name. You can import an .sft file from the command line by using Sfttray.exe. Sfttray.exe accepts the following parameters for importing.

Command Usage Description
/load /load "[path_of_osd]" This parameter specifies the .osd file.
/sftfile /sftfile "file://[path_of_sft]" This parameter specifies the .sft file to import.

The Sfttray.exe usage for importing an .sft file from the command line is as follows:

sfttray.exe /load <OSD> /sftfile <SFT>


Examples of this usage are as follows:

sfttray.exe /load "\\SGVAS\content\ea70.osd" /sftfile "file://\\SGVAS\content\ea70.sft"
sfttray.exe /load "E:\ea70.osd" /sftfile "file://E:\ea70.sft"


The user can start the application only after the user successfully authenticates against the SoftGrid Server. If the SoftGrid Client is disconnected from the SoftGrid Server, the application will start if the user previously authenticated against the SoftGrid Server and if the Minimal Disconnected Operation (MDO) time-out interval has not elapsed.

For more information about Sfttray.exe command-line options, click the following article number to view the article in the Microsoft Knowledge Base:

930964 SFTTRAY 3.x command-line options


Keywords: kbexpertiseinter kbhowto KB930965