;this is an example script
TNum2
Wait3
TC100:00:20:20
Wait1
TC200:00:30:20
Wait1
RNum2
Repeat
Wait2
GetTC
GetTi
;this is a comment line and will be ignored
;because it starts with a semicolon
GetCh
Jogf
Jogf
Wait1
GetTC
Slow2
Wait10
Pause
Wait1
GetTC
Quit


;documentation for writing your own script
;
;
;any line that starts with a semi-colon is a comment and is ignored
;that means for a blank comment line, use a single semicolon
;don't leave blank lines or insert spaces
;spelling counts - read the commands below carefully
;you have the following commands available
;
;some of these are obvious
;
;Quit - ends the script
;Play
;Pause
;Stop
;Forward
;Rewind
;JogF - single step forward by 1 frame
;JogR - single step backward by the amount set in the unit
;Slow4 - slow playback at 1/4 speed
;Slow2 - slow playback at 1/2 speed
;GetTC - display the current time code on the DOS window
;GetTi - display the current Title # in the DOS window
;GetCh - display the current Chapter # in the DOS window
;NextT - go to the next Title
;NextC - go to the next Chapter
;PrevT - go to the previous Title
;PrevC - go to the previous Chapter
;TC1##:##:##:## - set inpoint timecode
;TC2##:##:##:## - set outpoint timecode
;CueIn - cue the DVD player to the currently set 'inpoint' timecode
;CueOut - cue the DVD player to the currently set 'outpoint' timecode
;Status - display the status into the DOS window
;Review - perform a review operation from inpoint to outpoint
;RNum# - sets the repeat value (# may be from 1 to 100) for Repeat command
;Repeat - repeats a review operation the # of times specified by RVal
;TNum# - set the Title to # (# may be from 1 to 100)
;CNum# - set the Chapter to # (# may be from 1 to 100)
;Wait# - delay processing for # seconds 
;
;


