HP3000-L Archives

February 1997, Week 2

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:
ROGER SMITH <[log in to unmask]>
Reply To:
ROGER SMITH <[log in to unmask]>
Date:
Fri, 14 Feb 1997 09:29:00 PST
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
Place Reflections in the Windows startup group and have it initiate the RBS
file.  Inside the SUB MAIN of  the RBS file, do the following.
SUB MAIN
      With Application
     DO
         select case hour(now())
          case 5
              code for logon on
              code for transferring
              .Wait "1:1:0"
          case else
             .Wait "0:0:10"
         end select
      loop
     end with
end sub

This will allow the PC to set idle until time to logon.  When finished with
the transfer it wait until the next morning.  The PC will restart
Reflections if a power loss occurs.  Note, You can transfer directly from
the 3000 to the server in one step.  I will send you a copy of the program
it you will contact me off line.

roger          [log in to unmask]
 ----------
From: owner-hp3000-l
To: HP3000-L
Subject: Reflection
Date: Thursday, February 13, 1997 3:20PM

Can I set up Reflection to automatically do file transfers at
five in the morning from our HP3000 to our Netware file server?

Rob

ATOM RSS1 RSS2