Print Area Setting Tool Manual

6
3. How to use the tool (when creating a bat file and performing automatic
setting)
(1) For example, if the IT administrator “wants to specify A4 as 294 mm” in the hard code,
write the following two lines in a text file, and save it with an appropriate file name with
the bat extension.
---------
@echo off
call PJPrintAreaSetting.exe 1 294
---------
(2) By saving in the same folder as PJPrintAreaSetting.exe, the setting change is completed
if the user double-clicks the bat file from (1).