Author Topic: Need a script command to print a text file to a printer  (Read 9979 times)

Yarra

  • Newbie
  • *
  • Posts: 1
    • View Profile
Need a script command to print a text file to a printer
« on: August 24, 2014, 03:54:00 »
Hi, I am hoping some kind person could help me with this problem can a button be configured to print a text file to the default printer or a user selected printer.  :-[

Stefan

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Need a script command to print a text file to a printer
« Reply #1 on: February 03, 2015, 13:30:19 »
Let me try...

To create own commands, see:

newbielink:http://multicommander.com/docs/user-defined-commands [nonactive]

- - -

Then try to create a command line print command:

newbielink:http://multicommander.com/docs/UDC_batch [nonactive]

print /d:LPT1: "${focusfilepath}"

or

notepad /p "${focusfilepath}"


More info about PRINT at newbielink:http://superuser.com/questions/477895/printing-from-windows-7-command-line [nonactive]

- - -

Next, to create an user button or menu, see:

newbielink:http://multicommander.com/docs/button-editor [nonactive]
Using The Button Editor To Customize The Button Panel

newbielink:http://multicommander.com/docs/UserMenuEditor [nonactive]
To add your own User Defined Commands to the menu

- - -

HTH?
I can't really test here, without printer access.