Description | Example | Return Message | Group(s)

SCHED: NewSchedule

Format

SCHED / NewSchedule '<FilePathName>' <Overwrite>

Description

The SCHED NewSchedule Connect command opens a new, blank schedule file, defines the file name and directory path.

Parameters

  • FilePathName: The parameter is a string of text in single quotes of the file path name. More information on the acceptable file path formats can be found here.
  • Overwrite: Optional flag to overwrite the file at FilePathName if it already exists.

Examples

Opens a new schedule file and defines its file name as NewDemoSchedule.ssc. It will fail if NewDemoSchedule.ssc already exists.
SCHED / NewSchedule 'C:\MyFiles\ScheduleFiles\NewDemoSchedule.ssc'

SyntaxExample
<CommandName>SCHED / NewSchedule
<FilePathName>'C:\MyFiles\ScheduleFiles\NewDemoSchedule.ssc'

Opens a new schedule file and defines its file name as NewDemoSchedule.ssc. It will overwrite if NewDemoSchedule.ssc already exists.
SCHED / NewSchedule 'C:\MyFiles\ScheduleFiles\NewDemoSchedule.ssc true'

SyntaxExample
<CommandName>SCHED / NewSchedule
<FilePathName>'C:\MyFiles\ScheduleFiles\NewDemoSchedule.ssc'
<Overwrite>true

Return Message

If activated, Connect returns an acknowledgment message.

Group Membership

This command belongs to the following group(s):

Scheduler

Version

4.3.1 and 5.0