FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Spawn
 
Purpose
Runs a process or application on the FirstClass server.
Syntax
Spawn (ApplicationName [fcWait | fcNoWait])


ApplicationName
A text string that is the application name to be executed, including any command line arguments.
fcWait
A constant that tells the application to wait until the called process has completed (synchronous; can block the FirstClass server).
fcNoWait
A constant that tells the application to launch the called process and continue executing (asynchronous; never blocks the FirstClass server).

Example
Spawn ("C:\Acrobat3\Reader\AcroRd32.exe", fcNoWait) 'launches a program on the server and immediately resumes processing the application'
End Sub

 

Copyright(C) 2002-2011 FC Management Co. All Rights Reserved