home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 168.img / XTMK42-2.ZIP / X4XVI / CONFIG.XTS < prev    next >
Encoding:
Text File  |  1990-03-06  |  506 b   |  29 lines

  1. ; XVI/4 command file to setup and store default values - 12-06-89 (STH)
  2.  
  3. ; First, change to X4's home drive, using an X4 static variable.
  4.  
  5. X4 DRIVE @left(getvar("X4HOME", 32), 1)
  6.  
  7. ; then change to X4's home dir, using the same static variable.
  8.  
  9. X4 CD @strip(getvar("X4HOME", 32), "\", 1)
  10.  
  11. ; do X4's CONFIG script.  If you change front ends it's immediate.
  12.  
  13. X4 DO config
  14.  
  15. ; Oh, come ye back ...
  16.  
  17. CD \X4XVI
  18.  
  19. ; SAve resulting values in STD.XTK.
  20.  
  21. SX
  22.  
  23. ; and re-LOad it
  24.  
  25. LO STD
  26.  
  27. end
  28.  
  29.