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.
Schedule> source schedule_command_file
Alternate
@ schedule_command_file
or
. schedule_command_file
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)