home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 15
/
CD_ASCQ_15_070894.iso
/
maj
/
2179
/
guide.exe
/
GUIDEIT.SHW
< prev
next >
Wrap
Text File
|
1994-06-01
|
3KB
|
84 lines
; Branch out according to place called from.
IF place EQ 1 DO JUMPMARK 1
IF place EQ 2 DO JUMPMARK 2
JUMPMARK 10
; Branch to here if called from place 1.
MARK 1
COLOR ATTRIBUTE 110
SCREEN WIPE RIGHT
GOXY 1 1 DRAW BOX 79 24
COLOR BACKGROUND 6
COLOR FOREGROUND 14
GOXY 5 3 WRITE "HOW TO USE THIS GUIDE:"
COLOR FOREGROUND 11
GOXY 5 4 DRAW LINE 22
GOXY 7 6
WRITE "This guide shows you how to use the shareware program DataShow. The"
GOXY 7 7
WRITE "guide contains some topics that will be shown on the screen. You"
GOXY 7 8
WRITE "try them yourself. You simply follow the directions on the screen,"
GOXY 7 9
WRITE "enter answers to questions and push keys when asked."
GOXY 7 11
COLOR FOREGROUND 14
WRITE "It is all designed to give you a quick idea of what DataShow is about."
GOXY 7 13
COLOR FOREGROUND 11
WRITE "Message boxes will pop up on the screens telling you what to do. An"
GOXY 7 14
WRITE "example is shown here beneath. You are expected to push any key to"
GOXY 7 15
WRITE "return to the main menu. But if you hit the <Alt> key together with"
GOXY 7 16
WRITE "the X key, you'll exit this guide. If you select to use the mouse"
GOXY 7 17
WRITE "you'll see a different message box with two push buttons, where you"
GOXY 7 18
WRITE "can use the mouse (left button) to select between them. "
GOXY 7 20
COLOR FOREGROUND 14
WRITE "When you return to the main menu, you can try the topics in order."
WAIT 2
JUMPMARK 10
; Branch to here if called from place 2.
MARK 2
COLOR ATTRIBUTE 110
SCREEN WIPE UP
GOXY 1 1 DRAW BOX 79 24
COLOR BACKGROUND 6
COLOR FOREGROUND 14
GOXY 5 3 WRITE "HOW TO USE DATASHOW IN GENERAL:"
COLOR FOREGROUND 11
GOXY 5 4 DRAW LINE 30
GOXY 7 6
WRITE "DataShow is designed to be as easy to use as possible. Help is made"
GOXY 7 7
WRITE "available everywhere in the Integrated Development Environment. You"
GOXY 7 8
WRITE "can allways push the F1 key, and get help with the topic, you are"
GOXY 7 9
WRITE "currently working on."
GOXY 7 11
COLOR FOREGROUND 14
WRITE "Try to play around with DataShow, to get an idea what it is about."
GOXY 7 13
COLOR FOREGROUND 11
WRITE "Also you should read the file called NOTES.TXT. It contains infor-"
GOXY 7 14
WRITE "mation about many subjects, including how to become owner of the"
GOXY 7 15
WRITE "full DataShow package. The registered version of DataShow includes"
GOXY 7 16
WRITE "a text based manual that can be printed and used next to DataShow."
GOXY 7 18
COLOR FOREGROUND 14
WRITE "To try out DataShow, you can enter SHOW in the operating system."
WAIT 2
JUMPMARK 10
; Exit this script.
MARK 10