home *** CD-ROM | disk | FTP | other *** search
- ; XVI/4 command file to setup and store default values - 12-06-89 (STH)
-
- ; First, change to X4's home drive, using an X4 static variable.
-
- X4 DRIVE @left(getvar("X4HOME", 32), 1)
-
- ; then change to X4's home dir, using the same static variable.
-
- X4 CD @strip(getvar("X4HOME", 32), "\", 1)
-
- ; do X4's CONFIG script. If you change front ends it's immediate.
-
- X4 DO config
-
- ; Oh, come ye back ...
-
- CD \X4XVI
-
- ; SAve resulting values in STD.XTK.
-
- SX
-
- ; and re-LOad it
-
- LO STD
-
- end
-
-