Hey guys,
naa koy ghimo nga batch file. nya nag try ko og search through mga tutorials sa web pro d madag self study gyud oi. Kinsay maka mao dri og MS DOS coding. pleas help
Naay koy list of files nga naka save sa list.txt
nya i want to dir sa specific path den and xcopy to my local desktop
ani ang dugway ani nya ron
@echo off
:begin
for %a in (findstr . "list.txt") do
xcopy %a "C:\Documents and Settings\user.name\Desktop\for scratch\new "
pause
goto begin