Gasboy CFN Series CFN II Quick Reference User Manual
Page 17

CFN II Quick Reference
C09159 Rev. 2238
13
For D-device, substitute one of the following:
S
Site
Controller
C* all Profit Points
C1 Profit Point #1
C2 Profit Point #2; etc.
In place of D-filename, insert a new name (and,
optionally, the path) if you want the transferred
file to have a name different from the source
file’s name (and path).
SET_PERM disk-based command to change file
attributes and permissions of disk-based commands.
Options: [-R] [-H] [-N] [-Uuser_no]
[-Pperm_level] file1 [file2]
-R file1 [file2] sets read-only status on file1
[file2]
-H file1 [file2] sets hidden status on file1 [file2]
-N file1 [file2] allows any user to execute the
disk-based command(s) file1, file2, etc.
-Uuser_no file1 [file2] ... only user number
user_no may execute the disk-based
command(s) file1, file2, etc.
-Pperm_level file1 [file2] ... only users having a
permission level greater than or equal to
perm_level may execute the disk-based
command(s) file1, file2, etc.
settle varies for each card network; see the specific
Credit and Debit Card Network manual.
setup a shift-change command to allow configuring
reports.
setup clerk a shift-change command to customize
the clerk reports; makes a copy of the existing format
file, which can be used to undo the changes, and then
runs the ALTER CLERK command to create a new
format file for clerk reports.
Options: [-D]
[-D] copies the CLERK.FMT file, wipes out the
existing report configuration, and runs
ALTER CLERK -D to generate a default
report configuration for demonstration
purposes
setup day a shift-change command to customize the
end-of-day reports; makes a copy of the existing
format file, which can be used to undo the changes,
and then runs the ALTER DAY command to create a
new format file for end-of-day reports.
Options: [-D]
[-D] copies the DAY.FMT file, wipes out the
existing report configuration, and runs
ALTER DAY -D to generate a default report
configuration for demonstration purposes
setup shift a shift-change command to customize the
shift reports; makes a copy of the existing format file,
which can be used to undo the changes, and then runs
the ALTER SHIFT command to create a new format
file for shift reports.
Options: [-D]
[-D] copies the SHIFT.FMT file, wipes out the
existing report configuration, and runs
ALTER SHIFT -D to generate a default
report configuration for demonstration
purposes
SET_VAR or SET (153) command to create
variables on RAM disk to store text or integers.
Options: [;I] |
{
variable {= | @} [string] |
variable {+ | - | * | / | % | ^} number_value |
variable $ filename [line [column [length]]] |
variable ~ string [column [length]] |
variable ? filename |
variable # string |
variable := num [{+ | - | * | / | % | ^} num] ...
set variable < format data
}
(no arguments) lists contents of all variables
-or-
;I deletes all variables
-or-
variable = string sets variable equal to value
(literal text, % parameter number, or %
variable name)
-or-
variable @ string echoes string text as prompt
on terminal, set variable equal to line typed
by user
-or-
variable {+ | - | * | / | % | ^} number_value sets
variable to the result of performing the
given mathematical operation on the current
value of variable and number_value; % =
mod, ^ = exclusive or
-or-
variable $ filename [line [column [length]]] sets
variable to the substring at location line
column in filename, for length characters
-or-
variable ~ string [column [length]] sets variable
to string; if string is followed by a blank
space and a number, column, that number is
the offset into the string, from the left,
before the remainder of string will be set to
variable; (any blank spaces in the string
itself must be enclosed in quotation marks.);