home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / ON_DISC / ONDISC03.MSA / F5.MAG < prev    next >
Text File  |  1985-11-19  |  3KB  |  74 lines

  1.                             THE DESKTOP.INF FILE
  2.                             (a few known tidbits)
  3.  
  4. >>>>WARNING<<<<<
  5. This lot is unofficial.  If anything goes wrong with your  machine 
  6. because you used it,  then it's your problem.  Having said that, I 
  7. think that it's mostly right.  If you know something that I don't, 
  8. then tell "On-Disc" please.
  9.  
  10.  
  11. #a and #b - key initial and repeat, keyclick and bell (I think)
  12.  
  13. #? parameters                     comments
  14. -- -----------------------------  ---------------------------------------------
  15. #c                                color pallettes in octal with
  16.                                   no spaces
  17. #d ?                              ??
  18. #D %g %i %lt %f                   document icon (D for doc?)
  19. #F %g %i %lt %f                   folder icon (F for folder?)
  20. #G %i %g %lt %f                   application is GEM (G for GEM?)
  21. #M %ix %iy %i %lt %d %lbl         file cabinet icon
  22. #P %i %g %lt %f [%inst]           TOS with command tail,
  23.                                   also used to 'install'
  24. #T %ix %iy %i %lt %d %lbl         trash can icon
  25. #W %hs %vs %cx %cy %w %h %hst %p  always 4, in order of draw,
  26.                                   last draw is top
  27. #E %d %d                          display as: text,icon;
  28.                                   sort by: date,type,etc.
  29.  
  30.  
  31. %i   =  icon: 00-file cabinet, 01-document, 02-trash,
  32.               03-program, 04-folder
  33. %vs  =  vertical slider
  34. %hs  =  horizontal slider
  35. %lt  =  icon letter - has no effect inside windows(rats!)
  36. %lbl =  icon label
  37. %hst =  history(?)
  38. %cx  =  x position in character cell units
  39. %cy  =  y position in character cell units
  40. %h   =  height in character cell units
  41. %w   =  width in character cell units
  42. %ix  =  x position in icon cell units
  43. %iy  =  y position in icon cell units
  44. %f   =  file name of application
  45. %ins =  sufix of installed application
  46. %p   =  path
  47. %g   =  (FF: AES shell handles this; 04: GEMDOS handles this)?
  48. _______________________________________________________________________________
  49.  
  50. #W 00 00 30 01 1E 17 08 A:\PATHNAME\*.*@
  51. \\ \/ \/ \/ \/ \/ \/ \/ \_____________/
  52.  \\ \  \  \  \  \  \  \         \_______%p
  53.   \\ \  \  \  \  \  \  \
  54.    \\ \  \  \  \  \  \  \_______________%hst
  55.     \\ \  \  \  \  \  \
  56.      \\ \  \  \  \  \  \________________%h
  57.       \\ \  \  \  \  \
  58.        \\ \  \  \  \  \_________________%w
  59.         \\ \  \  \  \
  60.          \\ \  \  \  \__________________%cy
  61.           \\ \  \  \
  62.            \\ \  \  \___________________%cx
  63.             \\ \  \
  64.              \\ \  \____________________%vs
  65.               \\ \
  66.                \\ \_____________________%hs
  67.                 \\
  68.                  \\_____________________"W" for window
  69.                   \
  70.                    \____________________desktop preprocessor?!
  71.  
  72.  
  73.  
  74.