ghostmachine4 , thank tou for your quick answer .
This script must br run under dos command only .
Search found 2 matches
- 12 Jul 2009 05:21
- Forum: DOS Batch Forum
- Topic: read simultialy from two files
- Replies: 3
- Views: 5765
- 12 Jul 2009 03:44
- Forum: DOS Batch Forum
- Topic: read simultialy from two files
- Replies: 3
- Views: 5765
read simultialy from two files
Hi ta all,
I need
to read simultialy from two files
example :
one from par1 and one from par2
for /f %%i in (par1 ) do (
echo ------ %%i ------
)
for /f %%z in (par2) do (
echo ++++++ %%z ++++++
)
thanks .
I need
to read simultialy from two files
example :
one from par1 and one from par2
for /f %%i in (par1 ) do (
echo ------ %%i ------
)
for /f %%z in (par2) do (
echo ++++++ %%z ++++++
)
thanks .