VOGONS

Common searches


Search results

Display options

Re: Essential feature: Text Copy and Paste

As a commercial programmer, I cannot view GPLed code, because if I do then a claim could be made that something I wrote was derived from it and that therefore it would have to be published for free. Can't take that risk. If you used a license such as BSD, Apache, or Creative (Perl), I could hack on …

Re: Essential feature: Text Copy and Paste

Actually, the DOS boxes in windows can run any program. They are not "command prompts," though Windows does come with a shortcut labeled "Command Prompt" that runs a command interpreter, cmd.exe, in one of them. They don't need to run cmd.exe, though. In Windows 3.0 through XP, you can set them up …

Re: Essential feature: Text Copy and Paste

I do not need a command prompt emulator; I can load in a COMMAND.COM from any of several DOS clones or from actual MS-DOS and if the emulation is good enough it will run. I can even bring in the old Norton shell. I need a DOS/BIOS emulator, which is what DOSBox is. Writing text to the screen under …

Re: Essential feature: Text Copy and Paste

Every "DOS box" that has been implemented since Windows 3.0 and OS/2 has had the ability to copy data out of the window (and also to scroll back). I use these features regularly. Not having them makes DOSBox difficult to use. Were the code not GPLed, I would go in and hack it myself, but as a …

Re: Essential feature: Text Copy and Paste

I was really hoping to run a simple emulator rather than a hypervisor, which hogs both memory and CPU and isn't going to be good for real time programs. Which is probably the same reason you run DOSBox rather than just using a VM also. As for looking for the posts: I tried typing "emendelson" into …

Re: Essential feature: Text Copy and Paste

Maybe I am typing the wrong thing, but I have searched using the terms "copy", "paste", and "emendelson" and cannot find anything for Windows. I know that the Windows GUI makes it fairly easy to inject keystroke events into a process (it can be done pretty easily in VB, for example). But you'd have …

Re: Essential feature: Text Copy and Paste

Actually, some text-based programs can require long sequences of commands to get you back to a known state. This is true of text-based "adventure" games in particular. But in general, being able to copy and paste text has been a capability of every "DOS box" I have ever seen. The Windows 3.0 DOS box …

Re: Essential feature: Text Copy and Paste

Found the -noconsole command line argument in the readme file. Thank you! Also found a message from emendelson at http://www.vogons.org/viewtopic.php?t=32709&highlight=emendelson. Unfortunately, it's for the Mac and won't work on Windows. Also, it only pastes; it does not copy. Is there another …

Re: Essential feature: Text Copy and Paste

Some of the programs I want to run are games, and in fact there are many text-based games for which this feature would be very, very useful. Could the code be added to the tree? Also, I am not sure what you mean by "shortcuts that are placed in the start menu." Do you mean to make a shortcut which …

Essential feature: Text Copy and Paste

I am looking for a solution which will run some of my old 16-bit code efficiently under Windows 7 Home Premium. Dosbox seems to run the programs I want to run, but there's a big hitch: I can't find a way to copy from, or paste to, a text-based application as I can in an XP DOS window. Ironically, …

Page 1 of 1