Am on TCMD v19 64 bit on Windows 7. My goal is to print all files in a directory with switches. They are .txt files. I have followed the docs, but while the files print, the switches fail.
In summary, I CANNOT get my /Font and /Header settings to take effect.
The placement of /P on the line seems to have no effect.
When I follow the example in the docs: /Font:"Font Name",size eg, /Font:"Courier New",10
IT DOES NOT WORK -- see below
What I tried:
<command line>
<message>
<result>
VIEW *.* /Font:"Calibri",10 /Header:"%e;%f;Page %p" /P /PD
TCC: (Sys) The system cannot find the file specified.
"10"
Print dialog box appears, with default settings, eg: Header is ";;Page"
All files print, but with default settings, ie not changed by my
entries for /Font or /Header
VIEW /Font:"Lucinda Console",10 /Header:"%e;%f;Page %p" /P /PD *.*
same results as previous
VIEW *.* /Font:"Lucinda Console",10 /Header:"%e;%f;Page %p" /P
same results as previous
VIEW *.* /P /Font:"Lucinda Console",10 /Header:"%e;%f;Page %p"
same results as previous
VIEW *.* /P /Font:Lucinda Console,10 /Header:%e;%f;Page %p
TCC: (Sys) The system cannot find the file specified.
"Console"
TCC: (Sys) The system cannot find the file specified.
"10"
All files print, but with default settings, ie not changed by my
entries for /Font or /Header
VIEW *.* /P /Font:"Lucinda Console,10" /Header:"%e;%f;Page %p"
<no error messages>
All files print, but with default settings, ie not changed by my
entries for /Font or /Header
VIEW *.* /P /Profile:Ask
This does work!!
But I'd like the switches to work!! !! !!
Have to first set up (once only needed) the profile Ask, with Font & Header, by doing VIEW *.* /P /PD
In summary, I CANNOT get my /Font and /Header settings to take effect.
The placement of /P on the line seems to have no effect.
When I follow the example in the docs: /Font:"Font Name",size eg, /Font:"Courier New",10
IT DOES NOT WORK -- see below
What I tried:
<command line>
<message>
<result>
VIEW *.* /Font:"Calibri",10 /Header:"%e;%f;Page %p" /P /PD
TCC: (Sys) The system cannot find the file specified.
"10"
Print dialog box appears, with default settings, eg: Header is ";;Page"
All files print, but with default settings, ie not changed by my
entries for /Font or /Header
VIEW /Font:"Lucinda Console",10 /Header:"%e;%f;Page %p" /P /PD *.*
same results as previous
VIEW *.* /Font:"Lucinda Console",10 /Header:"%e;%f;Page %p" /P
same results as previous
VIEW *.* /P /Font:"Lucinda Console",10 /Header:"%e;%f;Page %p"
same results as previous
VIEW *.* /P /Font:Lucinda Console,10 /Header:%e;%f;Page %p
TCC: (Sys) The system cannot find the file specified.
"Console"
TCC: (Sys) The system cannot find the file specified.
"10"
All files print, but with default settings, ie not changed by my
entries for /Font or /Header
VIEW *.* /P /Font:"Lucinda Console,10" /Header:"%e;%f;Page %p"
<no error messages>
All files print, but with default settings, ie not changed by my
entries for /Font or /Header
VIEW *.* /P /Profile:Ask
This does work!!
But I'd like the switches to work!! !! !!
Have to first set up (once only needed) the profile Ask, with Font & Header, by doing VIEW *.* /P /PD