I have a RABBIT printer that has its own language.
I have to send the parameters and data to the printer in its own format.
For exemple:
set printer to LPT1
set device to FILE
@ 0,0 say chr(02) + "L" + chr(13)
@ 0,0 say chr(02) + "KI70" + chr(13)
@ 0,0 say "H12"
@ 0,0 say "CODE" + variable
and so on....
If I print the FILE in DOS (C:\print FILE) it works perfectly, but FOX prints exactly what is written "LKI70".
They told me to print with the generic / only text driver but no way...nothing happens so...
Then I tried :
run /n print FILE
but I thing it is not good....
Does anyone have a better idea???
Thanks,
Viviane
I have to send the parameters and data to the printer in its own format.
For exemple:
set printer to LPT1
set device to FILE
@ 0,0 say chr(02) + "L" + chr(13)
@ 0,0 say chr(02) + "KI70" + chr(13)
@ 0,0 say "H12"
@ 0,0 say "CODE" + variable
and so on....
If I print the FILE in DOS (C:\print FILE) it works perfectly, but FOX prints exactly what is written "LKI70".
They told me to print with the generic / only text driver but no way...nothing happens so...
Then I tried :
run /n print FILE
but I thing it is not good....
Does anyone have a better idea???
Thanks,
Viviane