Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: ghostdog74 ; Forum: Windows NT / 2000 / XP and child forums
Forum: Windows NT / 2000 / XP Jan 27th, 2007
Replies: 22
Views: 3,529
Posted By ghostdog74
I did not change the syntax. Its how variables are defined in Windows batch shell.
If you open a command prompt and work your batch commands from there using for loops, you have to use %i (or some...
Forum: Windows NT / 2000 / XP Jan 27th, 2007
Replies: 22
Views: 3,529
Posted By ghostdog74
you got to run it in a batch file. If you run the for loop in a command shell, change %%i to %i
For ex, on command line

C:\test>@echo off
for /F %i in (file.txt) do echo %iweb
helloweb...
Forum: Windows NT / 2000 / XP Jan 27th, 2007
Replies: 22
Views: 3,529
Posted By ghostdog74
if all you need is to add a specific word to the end of each line (which contains one word ), then a batch file will suffice. An example

@echo off
for /F %%i in (file.txt) do echo %%iweb

This...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC