home *** CD-ROM | disk | FTP | other *** search
- .key type,path,total,var,x,y,cc,speed,lace,res,box,stretch,tv,pointer,enddelay,loop,abort
- .bra {
- .ket }
-
- ; Part of Stus CDXL GUI. Not to be distributed seperatly. ;)
- ; Copyright Stuart Tomlinson
- ; stuart@tomonet.demon.co.uk
- ; http://metro.turnpike.net/~Stu/
-
-
- if {type} eq file
- echo "FTOTAL = {total}" >>s:StusCDXLGUI.catalogue
- echo "F{total} = '{path}'" >>s:StusCDXLGUI.catalogue
- echo "S{total} = '{var}'" >>s:StusCDXLGUI.catalogue
- endif
-
- if {type} eq back
- echo "BTOTAL = {total}" >>s:StusCDXLGUI.catalogue
- echo "B{total} = '{path}'" >>s:StusCDXLGUI.catalogue
- echo "BOX{total} = '{var}'" >>s:StusCDXLGUI.catalogue
- echo "X{total} = '{x}'" >>s:StusCDXLGUI.catalogue
- echo "Y{total} = '{y}'" >>s:StusCDXLGUI.catalogue
- endif
-
- if {type} eq config
- echo "FILENAME = '{path}'" >s:StusCDXLGUI.config
- echo "BACKDROP = '{total}'" >>s:StusCDXLGUI.config
- echo "CDROM = '{var}'" >>s:StusCDXLGUI.config
- echo "X = '{x}'" >>s:StusCDXLGUI.config
- echo "Y = '{y}'" >>s:StusCDXLGUI.config
- echo "CC = '{cc}'" >>s:StusCDXLGUI.config
- echo "SPEED = '{speed}'" >>s:StusCDXLGUI.config
- echo "LACE = '{lace}'" >>s:StusCDXLGUI.config
- echo "RES = '{res}'" >>s:StusCDXLGUI.config
- echo "BOX = '{box}'" >>s:StusCDXLGUI.config
- echo "STRETCH = '{stretch}'" >>s:StusCDXLGUI.config
- echo "TV = '{tv}'" >>s:StusCDXLGUI.config
- echo "POINTER = '{pointer}'" >>s:StusCDXLGUI.config
- echo "ENDDELAY = '{enddelay}'" >>s:StusCDXLGUI.config
- echo "LOOP = '{loop}'" >>s:StusCDXLGUI.config
- echo "ABORT = '{ABORT}'" >>s:StusCDXLGUI.config
- echo "call START" >>s:StusCDXLGUI.config
- endif
-