CreateWalnutWorld.load
Copyright © 1985 by Xerox Corporation. All rights reserved.
Willie-Sue Orr, January 8, 1986 11:03:18 am PST
@WalnutKernel.load@
Run CreateWalnutWorld
-- Four commands have been registered
-- CheckAndInit, InitWalnutFiles, InitOtherWalnutFiles, JustDoFiles
-- The first three will manufacture an appropriate root file from a template,
-- store it on a specified alpine server, and initialize the other
-- walnut files
-- CheckAndInit & InitWalnutFiles have the format:
-- command "some rope" alpine-server
-- "some rope" is an arbitrary rope (in quotes)
-- (it is stored in the database and log files)
-- alpine-server is a name, such as Luther or Ebbetts
-- CheckAndInit "Some rope" alpine-server
-- first checks that
-- ///Walnut/user.registry/Walnut.templog is readable
-- then creates the root and other files on the server
-- do this if you did a WalnutDump from the old Walnut
-- InitWalnutFiles "Some rope" alpine-server
-- this just creates the root and other files on the server
-- InitOtherWalnutFiles "[server.alpine]<directory>subdir>subdir>..." "some rope"
-- creates a non-mail walnut database using the above as a base name
-- "some rope" is an arbitrary rope (in quotes)
-- JustDoFiles fullPathNameforaWalnut.RootFile
-- re-initializes an existing set of walnut files
-- if any log file is not empty, you have to confirm to continue