Search found 2 matches

by ns1207
13 Dec 2009 09:45
Forum: DOS Batch Forum
Topic: Adding information to a config file and smart counting
Replies: 2
Views: 4351

Thanx, Works perfectly.
by ns1207
13 Dec 2009 03:37
Forum: DOS Batch Forum
Topic: Adding information to a config file and smart counting
Replies: 2
Views: 4351

Adding information to a config file and smart counting

Hi, I am looking for a batch file that reads the last line of a configfile with the following info: name001=pc12300 name002=pc10000 name003=pc14000 Now when the batch file is run from pc13033, the following line should be added to the last line of a config file: name004=pc13033 %computername% alread...