home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d168 / dillonstuff.lha / src / deemu / script.txt < prev   
Text File  |  1988-11-22  |  891b  |  36 lines

  1.  
  2.  
  3.         Example session with Config, configuring CLOCK.
  4.  
  5.         Please refer to CLOCK.C to see how the DEEMU structure
  6.         is embedded and how the clock program handles the data.
  7.  
  8.     This particular script file shows placing the analog clock as a
  9.     32x16 window in the upper right hand corner of the screen.
  10.  
  11.                     -Matt
  12.  
  13.  
  14. 1> config clock
  15. CONFIG V1.00, Matthew Dillon
  16. 2 entries found
  17.  
  18. ----(NW  , 8): NEW WINDOW STRUCTURE
  19.  note: (Negative = Relative to Screen Right)
  20.        LeftEdge (    $0000      0) : -1
  21.  note: (Negative = Relative to Screen Bottom)
  22.        TopEdge    (    $0000      0) : 10
  23.  note: (0 = Full Width, < 0 = ScreenWidth - (-width)
  24.        Width    (    $0020     32) :
  25.  note: (0 = Full Height,< 0 = ScreenHeight- (-height)
  26.        Height    (    $0010     16) :
  27.  
  28. ----(TEXT,16): TEXT
  29. HI        (12 chars max) (          TEST.) : IWasHere
  30.  
  31. Write data back to file (y/n): y
  32. File updated
  33. 1>
  34.  
  35.  
  36.