home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-22 | 798 b | 46 lines |
- .name
- RandomPic
- .type
- Workbench Tool
- .short
- Changes Workbench pattern at each boot
- .description
- This utility can change the Workbench
- backdrop picture (pattern) randomly
- at eatch boot
- .version
- 1.0
- .author
- Pierre-Yves Guignard
- .requirements
- WB3+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Daillettes 10
- 1009 Pully
- SWITZERLAND
- .docs
- RandomPic_English.doc
- RandomPic_French.doc
- .described-by
- Pierre-Yves Guignard
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- util/boot
- .execute
- set choice `RequestChoice "RandomPic" "Please select an option" "View English Doc" "View French Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool RandomPic_English.doc TEXT
- endif
-
- if $choice EQ "2"
- MetaTool RandomPic_French.doc TEXT
- endif
-