Previous Topic

Next Topic

Run an EnterpriseSCHEDULE source script (source)

An EnterpriseSCHEDULE batch file is a list of batch commands that will be executed when preceded by ".", "source or "@". All three options do the same thing. Commonly, the file is an extraction of all or part of the database done using the dir/template command or extracted via the treeview in the Windows Client. In that case, the script would restore the parts of the database included in the extracted script.

General Format

Schedule> source schedule_command_file

Alternate

@ schedule_command_file

or

. schedule_command_file

Examples

Windows:

Schedule> source c:\tmp\SCHEDULE_STANDARD_REPORTS.SCHEDULE

OpenVMS:

Schedule> @ disk$4000:[TJONES]database_extract.schedule

UNIX/Linux:

Schedule> . /usr/users/tjones/database_extract.schedule

See Also: Extract a job's list data (extract/job or extjob)

See Also

GENERAL commands

Display all directory listings (directory /all)

Exit from prompt mode (exit)

Enter prompt mode (prompt)

Replicate a directory throughout a workgroup (push)

Preprocess variables (preprocess)

Set default directory (set default)

Set the default node (set node)

Display the current default directory (show default)

Display the current license information (show license)

Display the current node (show node or hostname)

Display current status of client and server (show status)

Show the software version (show version)

Turn on verification (verify)

Display workgroup status (workgroup)