Multi Commander Support Forum
File Managment For Professionals
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
2021-03-01
MultiCommander v11 is released!
Home
Help
Search
Login
Register
Multi Commander Support Forum
»
Multi Commander
»
Script
»
Need a script command to print a text file to a printer
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Need a script command to print a text file to a printer (Read 7695 times)
Yarra
Newbie
Posts: 1
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.
Logged
Stefan
Newbie
Posts: 1
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:
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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Multi Commander Support Forum
»
Multi Commander
»
Script
»
Need a script command to print a text file to a printer