
November 5th, 2010, 09:57 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 4
Time spent in forums: 57 m 59 sec
Reputation Power: 0
|
|
|
Other Language - Windows script
how do i create a windows script that will look for a file, edit the file, and save it as a new name
file is located "c:\file1.txt"
data ab123456
xd456743
Output is
88123456
99456743
I want the script to look at the first two character and to do a conversion...if ab = 88 or xd = 99
|