Function
lispworks
hardcopy-system system-name &key command simulate => nil
A symbol representing the name of the system. The system must have been defined using thedefsystem macro.
Ifnil or not present thenhardcopy-system works silently. Otherwise a plan of the actions whichhardcopy-system intends to carry out is printed. What happens next depends on the value of simulate :
t -- do nothing.
:ask -- you are asked, usingy-or-n-p, if you want the plan to be carried out.
:each --hardcopy-system displays each action in the plan one at a time, and asks you if you want to carry out this particular action. The answer executes the rest of the plan without further prompting,e returns fromhardcopy-system without further processing, and y andn work as expected.
hardcopy-system returnsnil. (hardcopy-system 'blackboard) (hardcopy-system 'tms :simulate :ask :command "lpr")
hardcopy-system uses*print-command* as the command sent to the shell. defsystemcompile-systemload-system*print-command*