i didn't know exactly how to title this.
in windows vista business. i'm dealing with a legacy inventory system that is currently running on a centos server which has a dot matrix printer attached from where print all the invoices and stuff.
i need to print certain text files to the dot matrix printer (via samba and cups) by using the command line PRINT command. (printing from notepad using windows printing result in completely screwed up formatting).
i have already successfully done this from the command line (print /d: \xxx.xxx.xxx.xxx\printername c: \directory\longpath\filename)
the problem is that the users that need to be using this ability, do not have the technical chops (nor frankly the time) to be typing out this command for each file. the file name is variable and unpredictable (new files are being created all the time), so this is not something i can solve with a simple batch file.
they are able to navigate windows explorer fairly well, so what i would like to be able to do is somehow allow them to right-click on a particular file, have a customized Print to DotMatrix option there, which would then execute the PRINT command on that path\filename. anyone know how i might accomplish this?
in windows vista business. i'm dealing with a legacy inventory system that is currently running on a centos server which has a dot matrix printer attached from where print all the invoices and stuff.
i need to print certain text files to the dot matrix printer (via samba and cups) by using the command line PRINT command. (printing from notepad using windows printing result in completely screwed up formatting).
i have already successfully done this from the command line (print /d: \xxx.xxx.xxx.xxx\printername c: \directory\longpath\filename)
the problem is that the users that need to be using this ability, do not have the technical chops (nor frankly the time) to be typing out this command for each file. the file name is variable and unpredictable (new files are being created all the time), so this is not something i can solve with a simple batch file.
they are able to navigate windows explorer fairly well, so what i would like to be able to do is somehow allow them to right-click on a particular file, have a customized Print to DotMatrix option there, which would then execute the PRINT command on that path\filename. anyone know how i might accomplish this?
Last edited: