home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / SYSTEM / XAAES936 / XAAES.CNF < prev    next >
Text File  |  2001-12-26  |  3KB  |  88 lines

  1. # XaAES Startup Configuration file (xaaes.cnf)
  2. # Last modified 980704, by Johan Klockars
  3. #               010404, by Henk Robbers
  4. #               011120          "
  5. #--------------------------------------------------------------
  6.  
  7. # comma is always a infix separators.
  8. # white space is always a separator.
  9. # '' and  ""  are string braces
  10. # !!! () are no more !!!
  11. # any character can be put in a string by catanating
  12. # embraced strings, literal strings and #numbers
  13. string weird =  < + '"' + ' ' + "'" + (1) + #39 + ' ' + '"' + > ; yields <" '(1)' ">
  14.  
  15. options default 
  16. {
  17.     windows live
  18. }
  19.  
  20. options PC,Xcontrol
  21. {
  22.     windows     noleft, thinframe, thinwork
  23. }
  24.  
  25. options aICQ            ; Hi Joakim :-)
  26. {
  27.     windows thinwork
  28. }
  29.  
  30. # the below are now truly local variables only (not environment!)
  31. string root = c:\
  32. string apps = d:\
  33. string gsys = root + gemsys\
  34. string aes = gsys + xaaes\
  35. string uni  = u:\
  36. string widg = aes + widgets\
  37.  
  38. string tosrun = aes + tw\tw-call.app
  39. string thingv = thing
  40. string olga   = gsys + "olga\olga.app"
  41.  
  42. menu        leave        ; leave or push or pull + optional nolocking
  43. toppage        bold                ; or faint
  44. filters        *, *.[atpg]*, *.[chs]*, *.l*, *.o*
  45. cancel        cancel,abbruch,annuler,avbryt,annuluj,afbryd,undo
  46. clipboard    root + clipbrd\
  47. launcher    gsys + xaaes\tw\*.[atpg]*
  48.  
  49. #accpath root
  50. accpath        d:\deskacc\
  51.  
  52. # export certain strings to the environment
  53. export        avserver "THING   "
  54. export        tosrun
  55. export        olgamanager olga
  56.  
  57.     # Optional: specify the names of the resource files
  58.     # Widgets in folder widgets
  59. #widgets widg + adam.rsc        ; modern art icons (Malewicheds :-) of Adam Klobukowski
  60. #widgets widg + mboxwdg.rsc        ; small mono boxchars (12*12 + (4 for 3D))
  61. #widgets widg + mbox1214.rsc    ; small mono boxchars (12*14 + (4 for 3D))
  62. #widgets widg + mboxwidg.rsc    ; large mono boxchars (16*16 + (4 for 3D)) (Easier to make)
  63. #widgets widg + cboxwdg.rsc        ; small colour boxchars (12*12 + (4 for 3D))
  64. #widgets widg + cbox1214.rsc    ; small colour boxchars (12*14 + (4 for 3D))
  65. #widgets widg + cboxwidg.rsc    ; large colour boxchars (16*16 + (4 for 3D)) (Easier to make)
  66. #widgets widg + gilwidg.rsc        ; nice round widgets of 'forgot his name'
  67. #resource xa_mono.rsc            ; all colour icons changed to mono icons
  68. #widgets widg + monowidg.rsc    ; mono icons (No animation)
  69.  
  70.     # default resource names in XaAES's folder
  71. #widgets xaaeswdg.rsc
  72. #resource xaaes.rsc
  73.  
  74. # a demonststration:  Try it! Just for fun
  75.     # popscroll 6
  76.  
  77. # the below must all be put at the end of the file together
  78. # (after the exports&setenvs)
  79.  
  80. desk        apps + thingv + \thing.app
  81. #shell        aes + teradesk\desktop.prg
  82.  
  83. #run        aes + mltistrp\mltistrp.app
  84. #run        aes + mltistrp\mltistrp.app
  85. #run        aes + taskbar\taskbar.prg
  86.  run        tosrun
  87.  run        aes + explode.prg
  88.