Posted by Robert G Laurin on May 06, 2015 at 07:21:14:
In Reply to: Re: UE Compiles posted by Robert G Laurin on May 06, 2015 at 07:03:10:
You can use replace... Here's how
for example:
!S -CMM
!O CMM,OBJ
!L TXX,E
!*
!S IMM.IBS
!O IMM,OBJ
!L TXX,E
!R CED
Replace '^p!S ' with '^p!//IB// Src(' (Do not include the quotes but include the spaces)
Replace '^p!O ' with ') Obj('
Replace '^p!L TXX,E^p*' with ') Opt(E)' (Or Opt(L) )
Before you run these Replace, you may want to add a blank line at the beginning and Replace the last line with '!*' (Remove the RUN)
It does not matter if your Source line has a directory or not, will work both ways
The result should look like this:
!//IB// Src(-CMM) Obj(CMM,OBJ) Opt(E)
!//IB// Src(IMM.IBS) Obj(IMM,OBJ) Opt(E)
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.