home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d553
/
addmenu.lha
/
AddMenu
/
example.script
< prev
next >
Wrap
Text File
|
1991-10-28
|
1KB
|
58 lines
;This file has a certain structure that MUST be adhered to
;A comment line can start with any character except
;a plus sign, an asterisk or hash sign
;NO COMMENTS ON THE SAME LINE AS TEXT OR COMMANDS.
;The TEXT for the menu item MUST start and end with a plus sign
;Keep text short!!
;The command string for that text MUST start and end with an
;asterisk and must follow the text line,
;(comments are allowed in between text and commands)
;and finally the file must end with a hash on the start
;of a new line.
;below is a small example
+DirOpus+
*dh0:utilities/directoryopus*
+DiskMaster+
*dh0:c/diskmaster*
+Puzzle+
*dh0:devpac/puzzle/puzzle*
+WinMan+
*winman*
+AmiDock+
*assign DOCK: dh0:newstuff/amidock/dock/interlace/maindock*
*amidock*
+VBR+
*vbr >nil:*
+NoVirus+
*dh0:devpac/nv/novirus*
+SysInfo+
*dh0:utilities/sysinfo*
+Calc+
*dh0:utilities/programmer*
+PowerPacker+
*dh0:utilities/powerpacker*
+DPaint3+
*cd dh0:graphics*
*dpaint*
+Facction+
*dh0:utilities/facction*;test comment
+TrackDOS+
*dh0:utilities/trackdos*
+SuperAmi2.5+
*cd dh0:copiers*
*sca-V2.5*
;+XCopy3+
;*cd dh0:copiers*
;*xcopyiii*
+TurboBackup+
*dh0:c/turbobackup*
+HackPack+
*execute s:hackpac*
+[Game Menu]+
*addmenu s:addmenu.game*
+[Edit Menu]+
*addmenu s:addmenu.edit*
#