add in text string in a text string from a ref.txt
Posted: 02 Apr 2010 07:10
hi everyone,
i like to add in text string in another text string from a ref.txt!!
for example,
ref.txt
-----------content--------------
efgh.bmp
ijkl.pdf
...etc
-----------end content----------
copy.bat
---------------code start----------------
@echo off
for /f %%a in (abcd.jpg efgh.bmp ijkl.pdf[/b]) <- insert it here!!!
---------------code end-----------------
is it possible to do that??
or either way, read all the contents from ref.txt & insert it as above!!
thanks
i like to add in text string in another text string from a ref.txt!!
for example,
ref.txt
-----------content--------------
efgh.bmp
ijkl.pdf
...etc
-----------end content----------
copy.bat
---------------code start----------------
@echo off
for /f %%a in (abcd.jpg efgh.bmp ijkl.pdf[/b]) <- insert it here!!!
---------------code end-----------------
is it possible to do that??
or either way, read all the contents from ref.txt & insert it as above!!
thanks