Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Stefan

Pages: [1]
1
Script / Re: Need a script command to print a text file to a printer
« on: February 03, 2015, 13:30:19 »
Let me try...

To create own commands, see:

http://multicommander.com/docs/user-defined-commands

- - -

Then try to create a command line print command:

http://multicommander.com/docs/UDC_batch

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

or

notepad /p "${focusfilepath}"


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

- - -

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

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

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

- - -

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

 

Pages: [1]