How to print the contents of files, How to remove user files – Gasboy CFN III Manager Manual V3.6 User Manual
Page 177
MDE-4871 CFN III Manager’s Manual for Windows® XP Embedded - Version 3.6 · August 2010
Page 17-5
Site Controller Files
CFN3 File System
RECORD without any options creates the specified file or appends to it if it already exists.
RECORD;I creates the specified file or overwrites it if it already exists. The command will
prompt for the filename and each line of data to be entered in the file.
To terminate the RECORD command, type CTRL-C or a period (.) by itself at the beginning
of a line, right after the DATA? prompt. Prompt (^C) will be displayed in the DATA? line.
[P:]* RECORD
↵
File name? DIPSTICK
↵
Data? 2/8/95 TANK 1 5530
↵
Data? 2/8/95 TANK 2 4230
↵
Data? ^C
↵
[P:]*
[P:]* RECORD
↵
File name? MSG1
↵
Data? RESTOCK THE POTATO CHIPS
↵
Data? THANKS, DAN
↵
Data? .
↵
[P:]*
How to Print the Contents of Files
Use the command TYPE or TY to print the contents of a file. You must specify the name of the
file on the command line (the command line is the line starting with the name of the current
drive and an asterisk; for example, [P:]*); you will not be prompted for the name of the file.
TYPE (TY)
[P:]* TYPE PRDATA.CMD
↵
PRINT DATE
PRINT DRAWER
PRINT TANK
[P:]* TYPE DIPSTICK
↵
2/8/95 TANK 1 5530
2/8/95 TANK 2 4230
[P:]*
How to Remove User Files
Use the command DELETE or DEL to remove user files. You must specify a filename on the
command line; you will not be prompted for it. You may specify more than one file to delete.
You do not require to use the C option with DEL.
DELETE (DEL)
[P:]* DELETE PRDATA.CMD
↵
[P:]*