CDTAXW@IRISHMVS.BITNET.UUCP (06/21/87)
Steve, Default settings can be saved in Kermit by making the necessary changes in the program, exiting to the operating system prompt, then doing a BSAVE kermitname,A$1000,L$xxxx where xxxx is the program length. This varies according to the Kermit version and driver (I don't remember what V3.75 used), and you can get that with a catalog or a program like Copy II Plus. Mark
bu000750@cisunx.UUCP (pearsall) (06/25/87)
In article <8706211630.aa06415@SMOKE.BRL.ARPA> CDTAXW@IRISHMVS.BITNET ("Mark B. Johnson") writes: >Steve, > Default settings can be saved in Kermit by making the >necessary changes in the program, exiting to the operating >system prompt, then doing a BSAVE kermitname,A$1000,L$xxxx where >xxxx is the program length. For version 3.75 of Kermit, the program length is 5F00 (hex) so just BSAVE kermitname,A$1000,L$5F00 to save the default settings =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =As the Zorg looms closer, Jon Pearsall = =Spaceman Spiff cooly draws University of = =his death ray blaster. Pittsburgh = =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=