World Australia | Europe | North America | Singapore Europe Austria | Birmingham | Budapest | France | Italy | London | TeamOS/2 (Germany) North America Berkeley | Chattanooga | Minnesota | Nova Scotia | Ontario | Pennsylvania | TeamOS/2Last update: 6th November, 1995
COPY SLIPPM.EXE SLIPPM.XEX
Use an OS/2 PM based binary editor such as HexEdit/2 , or boot to DOS and use your favourite DOS binary editor (Norton, PCTools, etc.)
Choose a string that is not likely to appear in a dialing sequence. I used ETOH. ;-)
Ed Tomlinson (tomlins@cam.org) writes: (20th June, 1995)
Just saw the above update to the Warp Pharmacy about the gold PPP and how it cancels REXX scripts on BUSY. Actually it cancels and starts timers depending on what it sees from the modem, fortunately we can control what is seen. The following code fragments show how to modify a script to handle the new code. I have passed this method along to the author of PPPDIAL and versions after 2.3 should incorporate it.
/* when you are initializing your variables set */
t2u = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
t2l = 'abcdefghijklmnopqrstuvwxyz'
/* where you reconize the final connect */
if abbrev( ResultCode, 'CONNECT' ) then do
call lineout, 'CONNECT Your message goes here'
end
/* where you echo the modem's output to the dialer */
call charout , translate(substr(waitfor_buffer, curpos), t2l, t2u)
For a more extensive example, see eskimo.cmd.