fcflores1 Posted June 29, 2006 Report Posted June 29, 2006 Does anyone know how to print dos Medoc files to a newer type printer on the network? Quote
fbakan Posted June 29, 2006 Report Posted June 29, 2006 print to file, open file with editor, print the file from editor. here a perl-script to convert the 'special characters' in ladder-mode to something printable from an editor: extproc perl -x #!perl $/=""; while (<STDIN>){ s/[???]/|/sg; s/[????????]/-/sg; print; } Quote
davefinic Posted June 29, 2006 Report Posted June 29, 2006 I used to have lots of problems with Medoc printing being one. Update to GX Developer you wont regret it Quote
FNMdeJong Posted June 29, 2006 Report Posted June 29, 2006 Inside melsec medoc print to a *.prn file and open the file with notepad. U have to replace some characters to see a reasonable result. I know there is also a possibility to open it with word and view all in some character type, only i forgot witch type it was. Then you have the best result. Quote
Walden Posted June 30, 2006 Report Posted June 30, 2006 I had trouble with this on Windows XP just the other day. In the Medoc Print screen I chose the print to file option. I then opened the file with Word and chose the "open with OEM US" option: all OK! Quote
fcflores1 Posted June 30, 2006 Author Report Posted June 30, 2006 Thanks guys! Works great, but when it comes up in Word none of the ladder instructions have no comments. Is there a fix ? Quote
Walden Posted June 30, 2006 Report Posted June 30, 2006 (edited) Make sure that on the Medoc print screen you have highlighted the Ladder and not the Raw Ladder option. Also, are there comments showing when you list the program? If not, they may not have been written! Edited June 30, 2006 by Walden Quote
rajsiyer Posted July 3, 2006 Report Posted July 3, 2006 This is very easy! When you are in win98/2k/xp, you'll see Medoc as fitted inside a window. Maximize this window. Next press the Print Screen button, so you've copied your screenshot onto the clipboard. Open a new word/paint document and do a "Ctrl + V" Ciao, & best wishes. This trick is as old as the PC and works with any software. The captured image isa bitmap Raj S. Iyer Quote
panic mode Posted July 4, 2006 Report Posted July 4, 2006 i don't think this will work like that when DOS box is maximized, it works for any windows program and it works for DOS box if it is window (display still in graphic mode). when DOS box is maximized, display switches to text mode 0x03 (80x25 char, 16 colors). Application could be using graphic mode as well but as far i as know Windows doesn't care. Either windows has control of display (in this case print screen works as described) or application (print screen and copy to clipboard works if application or screen capture TSR support it). Quote
Guest 盖世太保 Posted July 5, 2006 Report Posted July 5, 2006 medoc2.2 ALL SCREEN SETTING medoc2.2___ALL_SCREEN__SETTING_.doc Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.