R
rupart
i run "FOR" command in command prompt directly and it
worked fine..
but when i put the lines and save it as *.bat it doesnt
work..
i am running this command...any idea how to get a working
batch file?
*************************************************88
FOR /F "eol=;" %i in (c:\test.txt)do
CACLS "c:\test2.txt" /E /C /G gar\user:C
***********************************************8
worked fine..
but when i put the lines and save it as *.bat it doesnt
work..
i am running this command...any idea how to get a working
batch file?
*************************************************88
FOR /F "eol=;" %i in (c:\test.txt)do
CACLS "c:\test2.txt" /E /C /G gar\user:C
***********************************************8