home *** CD-ROM | disk | FTP | other *** search
- .key file
- .def file="1"
-
- ;;; Little 'shortcut' script to the logs of node 0-7 etc..
- ;;; Use: log ;log from node 1
- ;;; log 0 ;log from node 0
- ;;; log 2 ;log from node 2
- ;;; log m ;log from MailProcessor
- ;;; log A ;log from AreaFix
- ;;; log t ;log from Tick processor
- ;;; log e ;error log
-
-
- IF <file> EQ m
- Ced trion:log/TMP.log
- Else
- if <file> EQ a
- Ced trion:log/areafix.log
- Else
- if <file> EQ t
- Ced trion:log/ttick.log
- Else
- if <file> EQ e
- Ced trion:log/error.log
- Else
- Ced trion:log/trion-<file>.log
- EndIf
- EndIf
- EndIf
- EndIf
-
-