home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-22 | 1.0 KB | 55 lines |
- .name
- AmigaWorkStation
- .type
- OS Utility
- .short
- Shows 'Windows' like screen during boot
- .description
- This utility opens Windows like screen during boot and shows some
- information about your machine: CPU, FPU, GFX Chips, Kickstart,
- memory, current time and date. You can change palette from 7 presets
- and select hour system if you want.
- .version
- 1.5
- .date
- 1994.10.21
- .author
- Paul Hernik
- Adam Bakalarz
- .requirements
- OS2.0+
- .distribution
- Freeware
- .address
- Paul Hernik
- Nowowiejska 24/3
- 25-532 Kielce
- POLAND
- .email
- spi-wp@srv1.tu.kielce.pl
- .docs
- AWS.doc
- .described-by
- Richard Fish
- .submittal
- Downloaded via ftp from Aminet.
- .aminet-dir
- util/boot
- .execute
- set choice `RequestChoice "AmigaWorkStation" "Please select an option" "View Guide" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool AWS.guide GUIDE
- endif
-
- if $choice EQ "2"
- RequestChoice "AmigaWorkStation" "This will open the AWS screen for*Nabout 5 seconds, and then close it" "Continue"
- run OpenAWS_NTSC
- wait 5
- CloseAWS
- endif
-