Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!violet.berkeley.edu!swillett From: swillett@violet.berkeley.edu Newsgroups: comp.sys.ibm.pc Subject: Re: Procomm command files Message-ID: <14062@agate.BERKELEY.EDU> Date: 9 Sep 88 14:01:53 GMT References: <13962@agate.BERKELEY.EDU> <2047@cuuxb.ATT.COM> <1825@spdcc.COM> Sender: usenet@agate.BERKELEY.EDU Organization: University of California, Berkeley Lines: 27 In article <1825@spdcc.COM> eli@spdcc.COM (Steve Elias) writes: >could someone give me a summary of how to use command files in procomm? > >thanks... You create a text file using the syntax described in the PROCOMM documentation: IF CONNECTED WAITFOR "request:" IF WAITFOR TRANSMIT "hostid!" WAITFOR "login:" IF WAITFOR TRANSMIT "userid!" WAITFOR "password:" IF WAITFOR TRANSMIT "mypasswd!" ENDIF ENDIF ENDIF ENDIF This file should have the "CMD" extent. You then can execute it with the Alt-F5 command or you can have it automatically run by linking it to a dialing directory entry. Hope this helps