
| Name | Description |
|---|---|
| fileblockbegin fileblockend |
The fileblockbegin-fileblockend commands are used to block a set of commands within a block |
| [%allfilesindex] | File name indexes (1 based) |
| [%allfiles] | Fully qualified file names of all generated images |
| [%allfilenames] | File parts of all generated images |
| [%allfilenamesnoext] | File parts of all generated images without extension |
| [%file] | Fully qualified file name of first image |
| [%filenoext] | Fully qualified file name of first image without extension |
| [%page] | Number of pages printed |
| [%folder] | Current save folder without a trailing backslash |
[%allfiles]
c:\image\1.bmp c:\image\2.bmp c:\image\3.bmp c:\image\4.bmp c:\image\5.bmp
[%allfilenames]
1.bmp 2.bmp 3.bmp 4.bmp 5.bmp
;;this is a demo sentinel template ;;beginning of template [summary] time=[%Time] date=[%Date] printer=[%Printer] dpi=[%DPI] paper size=[%Paper] user=[%UserName] number of pages printed=[%page] folder=[%folder] fileblockbegin [file_[%allfilesindex]] name=[%allfilenames] fullname=[%allfiles] fileblockend ;;end of template
[summary] time=6-54-12 date=6-12-2011 printer=Virtual Image Printer (BW) dpi=300 x 300 paper size=Letter user=admin number of pages printed=5 folder=c:\image [file_1] name=1.bmp fullname=c:\image\1.bmp [file_2] name=2.bmp fullname=c:\image\2.bmp [file_3] name=3.bmp fullname=c:\image\3.bmp [file_4] name=4.bmp fullname=c:\image\4.bmp [file_5] name=5.bmp fullname=c:\image\5.bmp