前のトピック: fetch—項目の抽出次のトピック: halt—アクティブな配信の一時停止


以下の例は、「fetch」コマンドを使用して Windows ドメイン マネージャから「Software TestC」を抽出する方法を示しています。

cadsmcmd fetch item="Software TestC" comment="Fetches Software TestC" 
path=c:¥test¥swtest3 area=N_LOCAL_SRV cname=TestCont8 
sendtime="2006-03-07 22:15" halttime="2006-03-08 03:30" 

以下の fetch 例は前の例と似ていますが、環境変数を使用してパスを示しています。

cadsmcmd fetch item="Software TestC" comment="Fetches Software TestC" 
path=%FETCHSW%¥*.exe area=N_LOCAL_SRV cname=FetchContainer 
sendtime="2006-03-07 22:15" halttime="2006-03-08 03:30"