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
全站熱搜
留言列表