home *** CD-ROM | disk | FTP | other *** search
-
-
-
- =====( MiscGUI V1.10 )=============================================
-
-
- Trion 'MiscGUI' Utility.
-
- (c) Copyright Paul Spijkerman, '98-'98. All rights reserved.
-
- Written for use with the Trion BBS package.
-
-
- ===================================================================
-
-
- Made a little MiscGui program which produces a window
- with programmable buttons. Like clickit all over again.
- Very usefull for starting shell things or third party
- GUI tools. You can for instance put a node number in a
- button .. and when you click on it it starts a script which
- DeIconizes the node and gives a call command.
-
- The program can be started from the "Misc" button on the
- TrionRM window or by typing MiscGUI in a shell.
-
-
- It uses the "Trion:utils/MiscGui.cfg".
-
- You can use Buttons and text fields which will be arranged
- in a horizontal row. Until it finds a command to tell it
- to go to the next row.
-
- There are 5 commands.
-
- TEXT "some text"
- BUTTON "some text" "command to be executed"
- NEXTROW
- QUITBUTTON
- NEXTBOX
-
- Text <- makes a box with text
- Button <- makes a button
- NextRow <- sort of a return for a new line of buttons
- QuitButton <- makes a quit button (optional)
- NextBox <- start a complete new box with buttons (optional)
-
-
- Here is an experimental example, which will produce something like this:
- (Just an example, you can use more rows or buttons)
-
-
- Boss1 14:103/0 Make poll pkt Make the call
- Boss2 14:103/103 Make poll pkt Make the call
- Files Bulkupload CheckFileBase Config this
- Misc KillOldMail KillOldUsers Compile menus
- Trim Trim logs Trim backup Trim msgs
-
-
-
-
- TEXT "Boss 1"
- TEXT "14:103/0"
- BUTTON "Make poll pkt" "Trion:utils/poll 14:103/0"
- BUTTON "Make the call" "Trion:utils/trion -c -1 14:103/0"
-
- NEXTROW
-
- TEXT "Boss 2"
- TEXT "14:103/103"
- BUTTON "Make poll pkt" "Trion:utils/poll 14:103/103"
- BUTTON "Make the call" "Trion:utils/trion -c -1 14:103/103"
-
- NEXTROW
-
- TEXT "Files"
- BUTTON "Bulkupload" "Trion:utils/TBulkUpload"
- BUTTON "CheckFileBase" "Trion:utils/CheckFileBase I >ram:cfb"
- BUTTON "Config this" "CED Trion:cfg/MiscGui.cfg"
-
- NEXTROW
-
- TEXT "Misc."
- BUTTON "KillOldMail" "Trion:utils/KillOldMail"
- BUTTON "KillOldUsers" "Trion:utils/KillOldFiles"
- BUTTON "Compile Menus" "Trion:utils/menu #?"
-
- NEXTROW
-
- TEXT "Trim"
- BUTTON "Trim logs" "Trion:utils/TTrimlogs"
- BUTTON "Trim backup" "execute Trion:scripts/cbdir"
- BUTTON "Trim msgs" "execute Trion:scripts/TrimMsgs"
-
-
-
-