BATCH.DAT  ·  DAT  ·  5.6 KB  ·  1991-04-03  ·  from Amstrad-PC_Mega-Disk_Volume-1_Jun-1991
; Data file for June 1991 APC cover disk.

: Start
d APCMAIN.SCN
k 1234Q  |
I 1 g LHarc
i 2 g TheDraw
I 3 G PS140
I 4 G View
I Q G End
g Start

;;;;;;;;;;;;;;;;;;;;;; LHarc Menu ;;;;;;;;;;;;;;;;;;;;;;

: LHarc
c
e                                  LHA V2.05
e                            File Archiving Utility
e     Status - Public Domain                        (c) Haruyasu Yoshizaki
e
e   LHA is a highly efficient file archiving utility and is the latest
e   development of the LHarc progra. In addition to archiving files, LHA
e   permits the compression of one or more files into an archive file.
e   File size reductions in excess of 50%% are not uncommon, depending on
e   the type of file.
e
e   Archived files save considerable amounts of disk space and also speed
e   up the transfer of large amounts of data between computers, whether
e   by Electronic Mail, Network or other means.  Archives also provide a
e   convenient way of keeping related files together.
e
= 2 LHA
s copysel3
i 1 x %d:\view %d:\%2\lha205.doc
i 2 g copyflharc
i 3 g copyhlharc
i q g Start
g LHarc

: copyhlharc
= 9 Hard
: copyflharc
s destdrive
= 1 %0:
m "%9" "Hard" s whichdir
s copyfrom
I n g LHarc
m "%9" "Hard" x md %1 |
x copy %d:\%2\*.* %1 |
p
g LHarc

;;;;;;;;;;;;;;;;;;;;;; TheDraw Menu ;;;;;;;;;;;;;;;;;;;;;;
: TheDraw
c
e                                    THEDRAW V3.30
e                             Screen Editor and Designer
e                                 Status - Shareware
e
e   TheDraw is a screen image editor for use with both colour and
e   monochrome screens. There are many reasons why you might want to
e   create your own screen displays. A few are listed below.
e
e       * Create menus for use in batch files.
e       * Create screens for use in your own programs.
e       * Create ANSI screens for use on Bulletin Boards.
e       * Just for the fun of using it! Animated screens are also possible.
e
e   1. Extract documentation onto a blank floppy disk.
e   2. Extract program files onto a blank floppy disk.
e   3. Extract documentation onto a hard disk.
e   4. Extract program files onto a hard disk.
e
e   If you only have a single drive, specify B as destination, when asked.
e
e   Key 1 to 4, or Q to quit to main menu : |
= 9
= 2 THEDRAW
k 1234Q
i 1 g xfdrawdoc
i 2 g xfdrawprog
i 3 g xhdrawdoc
i 4 g xhdrawprog
i q g start
g TheDraw

: xhdrawdoc
= 9 Hard
: xfdrawdoc
s destdrive
= 1 %0:
m "%9" "Hard" s whichdir
s extractfrom
I n g TheDraw
m "%9" "Hard" x md %1 |
x %d:\LHA\LHA X %d:\THEDRAW\TDRAW33D %1\ *.* |
p
g TheDraw

: xhdrawprog
= 9 Hard
: xfdrawprog
s destdrive
= 1 %0:
m "%9" "Hard" s whichdir
s extractfrom
I n g TheDraw
m "%9" "Hard" x md %1 |
x %d:\LHA\LHA X %d:\THEDRAW\TDRAW33P %1\ *.* |
p
g TheDraw

;;;;;;;;;;;;;;;;;;;;;; PS140 Menu ;;;;;;;;;;;;;;;;;;;;;;

: PS140
c
e                                  Paint Shop V1.40
e                    Graphics screen editor and conversion program.
e                                 Status - Shareware
e
e   Paint Shop is a Windows 3.0 program. It will run in Standard mode, but
e   works at its best in 386 Enhanced mode. The program is Shareware and
e   full details on registration are provided in the documentation.
e
e   Paint Shop allows you to display, print, alter and save pictures in a
e   variety of different file formats.
e
e   Full help is available from within Paint Shop at any time.
e
e   1. Extract program and documentation onto a blank floppy disk.
e   2. Extract program and documentation onto a hard disk.
e
e   If you only have a single drive, specify B as destination, when asked.
e
e   Key 1, 2, or Q to quit to main menu : |
= 9
= 2 PS140
k 12Q
i 1 g xpsf
i 2 g xpsh
i q g start
g PS140

: xpsh
= 9 Hard
: xpsf
s destdrive
= 1 %0:
m "%9" "Hard" s whichdir
s extractfrom
I n g PS140
m "%9" "Hard" x md %1 |
x %d:\LHA\LHA X %d:\PS140\PS140 %1\ *.* |
p
g PS140

;;;;;;;;;;;;;;;;;;;;;;;; View Menu ;;;;;;;;;;;;;;;;;;;;;

: View
c
e                                        View
e                                  Text File Viewer
e           Status - Public Domain                    (c) H.L.C. Services
e
e   View is a simple ASCII text file viewing program and is used to
e   display text files on this disk.
e
e   It may be used to view any ASCII file and is a convenient alternative
e   to the MS-DOS 'TYPE' command, allowing you to move backwards and
e   forwards through a file a line or page at a time, or to jump straight
e   to end or start of a file. It also permits the printing of the file on
e   a printer.
e
= 2 VIEW
s CopySel3
i 1 x %d:\view %d:\view.doc
i 2 g copyfview
i 3 g copyhview
i q g Start
g View

: copyhview
= 9 Hard
: copyfview
s destdrive
= 1 %0:
m "%9" "Hard" s whichdir
s copyfrom
I n g View
m "%9" "Hard" x md %1 |
x copy %d:\view.* %1 |
p
g View

;;;;;;;;;;;;;;;;;;;;;;;;;; End ;;;;;;;;;;;;;;;;;;;;;;;;

: End
c
h

;;;;;;;;;;;;;;;;;;;;; Subroutines ;;;;;;;;;;;;;;;;;;;;;

: destdrive
a "Enter Destination drive (A-Z): " 0 1
r

: whichdir
a "Into directory? (Edit, or Return to accept): " 1 40 %0:\%2
r

: copyfrom
e   Copy from %D: to %1  ? Confirm (Y/N) : |
k YN
r

: extractfrom
e   Extract from %D: to %1  ? Confirm (Y/N) : |
k YN
r

: CopySel3
e   1. Read and/or Print Documentation.
e   2. Copy program and DOC files onto another floppy disk.
e   3. Copy program and DOC files onto a hard disk.
e
e   If you only have a single drive, specify B as destination, when asked.
e
= 9
e   Key 1, 2, 3, or Q to quit to main menu : |
k 123Q
r