RECORD
Purpose
Use at the server console to record command sequences that you enter at the console over and over. The RECORD command creates a temporary batch file on the server. You can then save the temporary batch file as an .NCF file or delete it from memory.
Syntax
RECORD [ACTION] | [temporary batch file name]
For example:
Begin recording console commands into a memory batch file called MYLIST1  | 
RECORD START MYLIST1  | 
Close the recording session for the temporary batch file named MYLIST1  | 
RECORD STOP  | 
Type the command sequences in the session named MYLIST1  | 
RECORD TYPE MYLIST1  | 
Remove the recorded session named MYLIST1 from server memory  | 
RECORD KILL MYLIST1  | 
Close the recording session and save it as SYS:SYSTEM\MYLIST1.NCF  | 
RECORD STOP NCF  | 
Execute the list of commands in the MYLIST1 session  | 
REPLAY MYLIST1  | 
Save the MYLIST1 session that has already been closed to SYS:SYSTEM\MYLIST1.NCF.  | 
RECORD SAVE MYLIST1  | 
Additional Information
For information, see REPLAY.
Previous | Next