Hi Everyone
I am trying to run the following batch file but keep getting errors.
I know its to do with spaces in long file names
batch file as follows:-
for /f %%a in (c:\Batch Files and Scripts\ping\c5.txt) do (ping %%a)
Where would i put the quotation marks?
Any help would be appreciated
Thanks
Barry Stone

