Thread
:
batch command question
View Single Post
#
4
(
permalink
)
08-27-2008, 07:51 PM
youwish
Newbie
Join Date: Aug 2008
Posts: 14
Credits:
0
Rep Power:
0
Re: batch command question
Code:
@echo off set file=xxx.txt for /f "tokens=1*" %%a in (%file%) do echo %%a pause
Is this what you want? My batch skills are rough.
youwish
View Public Profile
Send a private message to youwish
Find all posts by youwish