File.print; File.rename; File.run; File.type - Intermec EasyCoder PL3 Programmer's Reference Manual

Intermec easycoder pl3: reference guide
Hide thumbs Also See for EasyCoder PL3:
Table of Contents

Advertisement

EasyCoder PL-Series Printer Programmer's Reference Manual

file.print

Type: do
You can use this command to print the contents of printer files.
do parameters
File name.
Example
Description
Syntax
Result

file.rename

Type: do
You can use this command to rename printer files.
do parameters
Original filename and new filename.
Example
Description
Syntax
Result

file.run

Type: do
You can use this command to execute a batch file or label file stored in the
printer's file system.
do parameters
File to execute.
Example
Description
Syntax
Result

file.type

Type: do
You can use this command to retrieve the contents of a file.
do parameters
Filename to display contents.
Example
Description
Syntax
Result
Chapter 13— Configuration/Control Commands
Print the contents of the file called CONFIG.SYS.
! U1 do "file.print" "config.sys"
Prints the contents of the CONFIG.SYS file.
Rename file ABC.CPF to EFG.CPF.
! U1 do "file.rename" "abc.cpf
efg.cpf"
Renames file ABC.CPF to EFG.CPF.
Execute the file called FTN.BAT.
! U1 do "file.run" "ftn.bat"
Executes the file FTN.BAT.
Respond with the contents of the file called
CONFIG.SYS.
! U1 do "file.type" "config.sys"
! U
BEEP 2
PRINT
129

Advertisement

Table of Contents
loading

This manual is also suitable for:

Easycoder pl4Easycoder pl-series

Table of Contents