HP3000-L Archives

April 1997, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Robert Wu <[log in to unmask]>
Reply To:
Robert Wu <[log in to unmask]>
Date:
Mon, 21 Apr 1997 17:17:50 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
I m using Reflection for DOS.  The below command file will log
on, download three files, log off.

        WAIT FOR "CON-MGR>"
        TRANSMIT "CONNECT ATC^M"
        WAIT 0:0:10 FOR "ATC:"
        TRANSMIT "HELLO USER/PASSWORD.SGAII^M"
        WAIT 0:0:02 FOR "^Q"
        RECEIVE C:\UNIMAX01.WURPTS ascii delete
        WAIT 0:0:02 FOR "^Q"
        RECEIVE C:\UNIMAX02.WURPTS ascii delete
        WAIT 0:0:02 FOR "^Q"
        RECEIVE C:\UNIMAX03.WURPTS ascii delete
        TRANSMIT "BYE^M"

Questions are...

1. Security issue.  Any way to get around having that
   password embedded in my command file?
2. What s the command to get me back to the DOS
   prompt?  I would do an <alt-X> to return to the
   DOS prompt, but I can t find the right keys to use
   in the final TRANSMIT command.

Thanks in advance,

Rob Wu

ATOM RSS1 RSS2