ResetStandardFile ( 〔Type〕 )
ResetStdFile ( 〔Type〕 )
値 | 意味 |
---|---|
StdInput | 標準入力 |
StdOutput | 標準出力 |
StdError | 標準エラー |
SetStandardFile ( _SCF_+"BatOut1.TXT" ,StdOutput )
SetStandardFile ( _SCF_+"BatErr.TXT" ,StdError )
Exec ( _SCF_+"Backup.BAT" ,True )
ResetStandardFile ( StdOutput )
SetStandardFile ( _SCF_+"BatOut2.TXT" ,StdOutput )
Exec ( _SCF_+"Build.BAT" ,True )