From professional translators, enterprises, web pages and freely available translation repositories.
filecopy ステートメント
инструкция filecopy
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
filecopy ステートメント [実行時]
Инструкция filecopy [время выполнения]
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
filecopy sfile1 , sfile
filecopy sfile1 , sfile
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
filecopy ステートメントでコピーできるのは、オープンされていないファイルだけです。
Инструкцию filecopy можно использовать только для того, чтобы копировать неоткрытые файлы.
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
filecopy textfrom as string, textto as string
filecopy Текст_откуда as string, Текст_куда as string
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
filecopy " c:\autoexec.bat " , " c:\test\autoexec.sav "
filecopy " c:\autoexec.bat " , " c:\test\autoexec.sav "
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
if dir( " c:\test\autoexec.sav " )= " " then filecopy " c:\autoexec.bat " , " c:\test\autoexec.sav "
if dir( " c:\test\autoexec.sav " )= " " then filecopy " c:\autoexec.bat " , " c:\test\autoexec.sav "
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting