Title: JSP ???????
1???????????????????? ?????????????????
Copy by Batch File
??.???????? ??????????? . ???????? 19 ?????? 2555
????????????????? ???????????? http//www.nation.a
c.th
2??????????? DOS
_at_echo off rem 0 ??? Batch File Name 1 ???
First Parameter shift set ??? x
label ??? goto if echo copy move cls
3?????? copyto.bat
COPYTO.BAT ??????????????????????? ?
???????????? c\x ????????? copy
?????????????????? ??????????????? Batch File
?????????????? ??????????? parameter
???????????????? ???????????????????? if
label shift ??? copy ?????????????? copyto.bat
c\x .doc b.ppt c.xls
4copyto.bat c\x .doc b.ppt c.xls
_at_echo off set destdir1 start shift if "1"
"" goto end copy 1 destdir goto start
end echo bye
5?????? mcopy.bat
MCOPY.BAT ??????????? parameter
???????????????????? copyto.bat ???????
??????????????????? copylist ????????????
copyto.bat ?????????????????????????????
????????????????? mcopy.bat ???????? source ??
destination ????????????????????????????? -
?????????????? Copyto.bat- ??????????????
copy.bat .doc b.ppt c.xls c\x
6mcopy.bat .doc b.ppt c.xls c\x
_at_echo off set copylist start if "2" ""
goto end set copylistcopylist 1 shift goto
start end set destination1 copyto
destination copylist