home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / AUROR101.ZIP / A.A next >
Text File  |  1993-08-30  |  935b  |  35 lines

  1.  
  2. //┌────────────────────────────────────────────────────────────────────┐
  3. //│ The Aurora Editor v1.01 - main macro source                        │
  4. //│                                                                    │
  5. //│ DO NOT MODIFY THIS FILE                                            │
  6. //└────────────────────────────────────────────────────────────────────┘
  7.  
  8.   // create profile object
  9.   objnew%  prf 149 a.
  10.  
  11.   // configuration settings
  12.   #get (
  13.     = %n (pat "acfg.x" (qdskpat %b)).
  14.     if (dskloc n) n (pat "acfg.a" (qdskpat %b))
  15.   ).
  16.  
  17.   // menu definitions
  18.   #get (
  19.     = %n (pat "amen.x" (qdskpat %b)).
  20.     if (dskloc n) n (pat "amen.a" (qdskpat %b))
  21.   ).
  22.  
  23.   // macro library code
  24.   #get (
  25.     = %n (pat "alib.x" (qdskpat %b)).
  26.     if (dskloc n) n (pat "alib.a" (qdskpat %b))
  27.   ).
  28.  
  29.   // keyboard and mouse defintions
  30.   #get (pat "akbd.a" (qdskpat %b)).
  31.  
  32.   // first time load
  33.   askini %i.
  34.  
  35.