Bat : The script of dos command.

cmd -> help ( command /? )

@echo off : Don't show the command ( Ex : C:>_ )

echo : print the string

call : connect other bat

copy : merge the file

xcopy /y : let a.file copy to b.file

rem : comment

:: : comment

ren : rename

type : print the context of file

> : write into the file ( Clear the orginal file context )

>> : write into the file ( Add to the end )

goto : ( Ex : goto test :test echo Good! )

md : create the new folder

set : set var to use

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 flyinsky76 的頭像
    flyinsky76

    Deja Vu

    flyinsky76 發表在 痞客邦 留言(0) 人氣()