@echo off
for /f "usebackq tokens=*" %%c in ("about.txt") do (
echo "%%c",>> about1.txt
)
As far as you can see, it's not difficult to write this script with help of our award-winning batch files editor. Hope you'll find this small example useful.
for /f "usebackq tokens=*" %%c in ("about.txt") do (
echo "%%c",>> about1.txt
)
As far as you can see, it's not difficult to write this script with help of our award-winning batch files editor. Hope you'll find this small example useful.
No comments:
Post a Comment