CommandToolFix.config
Copyright © 1984 by Xerox Corporation. All rights reserved.
Russ Atkinson, October 22, 1984 8:32:10 pm PDT
CommandToolFix: CONFIGURATION LINKS: CODE
IMPORTS
BasicTime, Booting, Commander, CommandExtras, CommandTool, Convert, DFUtilities, EditedStream, FileNames, FS, FSBackdoor, IO, List, PrincOpsUtils, PriorityQueue, Process, ProcessExtras, ProcessProps, Real, Rope, RopeList, SafeStorage, SystemVersion, TiogaMenuOps, UserCredentials, UserProfile, VersionMap, VersionMapDefaults, ViewerOps, VMStatistics
CONTROL
InitialCommandsImpl,
FSFileCommandsImpl,
ListCommandImpl,
OpenRCommandsImpl
= BEGIN
InitialCommandsImpl;
FSFileCommandsImpl;
ListCommandImpl;
OpenRCommandsImpl;
END.