home *** CD-ROM | disk | FTP | other *** search
-
- Batch Files for Automated Processing
-
- AMAX Version 2.30
-
- Copyright (C) 1990 Alan D. Bryant
- All Rights Reserved
-
- INTRODUCTION
-
- There are several batch files included in this archive. All are examples of
- how AMAX operations may be automated from the command line.
-
- All of the batch files use the -g command line option of AMAX to group
- a series of commands together for processing as a batch, instead of manually
- interacting with AMAX. This ability allows AMAX to be operated unattended
- in batch files.
-
- The -g option is explained fully in the documentation, but be aware that the
- functionality is anemic at best. Using AMAX this way is not intended to
- replace programs like Get, Send, Please, etc., unless your in a serious disk
- space pinch. These batch files do, however, show how you might use this
- anemic functionality to your benefit.
-
- BATCH FILES
-
- ASEND.BAT
-
- Send a file to a remote system with "Continuous" flavor.
- Usage: ASEND address filename
-
- AREQ_P.BAT
-
- Make a file request with a password.
- Usage: AREQ_P address filename password
-
- AREQ_NP.BAT
-
- Make a file request without a password.
- Usage: AREQ_NP address filename
-
- APOLL.BAT
-
- Poll a system.
- Usage: APOLL address
-
-
-