SCHED: NewSchedule
Format
SCHED / NewSchedule '<AbsolutePathFileName>' <Overwrite>
Description
The SCHED NewSchedule Connect command opens a new, blank schedule file, defines the file name and directory path.
Parameters
- AbsoluteFilePathName: The parameter is a string of text in single quotes of the absolute path file name.
- Overwrite: Optional flag to overwrite the file at AbsoluteFilePathName 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'
Syntax | Example |
---|---|
<CommandName> | SCHED / NewSchedule |
<AbsoluteFilePathName> | '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'
Syntax | Example |
---|---|
<CommandName> | SCHED / NewSchedule |
<AbsoluteFilePathName> | '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):
Version
4.3.1 and 5.0