Gasboy CFN III Quick Reference Guide v3.3 User Manual
Page 18

CFN III Quick Reference
Page 14
MDE-4483 CFN III Quick Reference Guide v3.3 · August 2005
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.
Copy all necessary hard-drive files to RAM disk,
run SET_PERM, copy back to hard disk.
settle varies for each card network; see the specific
Credit and Debit Card Networks manual.
setup a shift-change command to configure report
package parameters.
setup clerk a shift-change command to customize
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 demo 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 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-