I've got a file, let's call it test.acl and it contains text such as this:
1 PARTNO 2628A2101-101 OP 300 MAZAK 11/18/03 REV N/C
1 PPWORD/FOFF , 317
1 PPWORD/OIL , 318
1 PPWORD/EAIR , 319
1 PPWORD/HTL , 320
1 PPWORD/RETRTZ,1310
16 SEQNO/1,INCR,3
18 DISPLY/ON
What I need is a batch file that will strip out the first 8 columns, basically up to the actual commands and then resave the file as *.cl in plain text. So test.acl becomes test.cl, test2.acl becomes test2.cl, and so on
I have no prior knowledge of programming or anything. And I'm not sure where to start. Any help would be appreciated.
I posted this in the VB 5&6 forum but being the newb that I am didn't realize up until now that VBS is probably the way to go.
Jody
1 PARTNO 2628A2101-101 OP 300 MAZAK 11/18/03 REV N/C
1 PPWORD/FOFF , 317
1 PPWORD/OIL , 318
1 PPWORD/EAIR , 319
1 PPWORD/HTL , 320
1 PPWORD/RETRTZ,1310
16 SEQNO/1,INCR,3
18 DISPLY/ON
What I need is a batch file that will strip out the first 8 columns, basically up to the actual commands and then resave the file as *.cl in plain text. So test.acl becomes test.cl, test2.acl becomes test2.cl, and so on
I have no prior knowledge of programming or anything. And I'm not sure where to start. Any help would be appreciated.
I posted this in the VB 5&6 forum but being the newb that I am didn't realize up until now that VBS is probably the way to go.
Jody