Jump to content

Recommended Posts

Posted
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; }
Posted
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.
Posted
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!
Posted (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 by Walden
Posted
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
Posted
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).
Guest 盖世太保
Posted
medoc2.2 ALL SCREEN SETTING medoc2.2___ALL_SCREEN__SETTING_.doc

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...