home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
texttors
/
aurora
/
ae.exe
/
A.A
next >
Wrap
Text File
|
1994-01-02
|
974b
|
36 lines
//┌────────────────────────────────────────────────────────────────────┐
//│ The Aurora Editor v1.20 - main macro source │
//│ │
//│ Do not modify this file. │
//└────────────────────────────────────────────────────────────────────┘
// create profile object
objnew% prf 173 a.
// configuration settings
#get (
= %n (pat "acfg.x" (qdskpat %b)).
if (dskloc n) n (pat "acfg.a" (qdskpat %b))
).
// menu definitions
#get (
= %n (pat "amen.x" (qdskpat %b)).
if (dskloc n) n (pat "amen.a" (qdskpat %b))
).
// macro library code
#get (
= %n (pat "alib.x" (qdskpat %b)).
if (dskloc n) n (pat "alib.a" (qdskpat %b))
).
// keyboard and mouse definitions
#get (pat "akbd.a" (qdskpat %b)).
// text translation definitions
#get (pat "atrn.a" (qdskpat %b)).