Summary: You can achieve that by a third party tool. If you are interested mail-me by private message system and I will send you an utility I coded time ago. ...
Summary: A question to BAT-gurus! First of all, I am not a programmer, so please don't blame my ignorance. Every morning I come to office and open my Internet ...
Summary: hi, was wondering if it were possible to set a bat file to load (full screen) when the user clicks the icon to load the app to run. Is there some co...
Summary: DJGPP is located at: http://www.delorie.com/djgpp/ Set Mode 13h: 320x200x256 mov ax,13h int 10h Set Text Mode 6h: mov ax,6h int 10h lea edi,a0000...
Summary: to make the window open without the toolbar, menubar, etc... use the config commands that corospond with them, fo example the following will open a wi...
Summary: Hi M2 and graphica, When I post a script I have allways tested it before and this case follows the rule. The script works fine under my Win XP SP2, an...
Summary: I need a command to create a blank .DLL file in a certain folder. If there's no such command, is there a command to make a blank .TXT file? I know th...
Summary: if you have an old edlin.com or edlin.exe, you can pipe the following into it (from batchfile tail.bat which is its own pipe, it goto's past the pipe ...
Summary: k, this is probly a common or a rare problem. I have Borland C++ compiler version 5.02. Now my problem, is that when I compile a program, it compile...
Summary: I have been trying for days to open java files in Visual J++, but Im having no luck. The original files were hand coded in JCreator, and they use a G...
Summary: Yes well that is horrible, Java is horrible and for that and other reasons I have banished it from my system - but there is no reason why you couldn't...
Summary: The first response is probably the best way to go, however if you want to know how to make the window resize to any amount here is the code! wind...
Summary: I urgently need to run a Qbasic program that use the "SCREEN 9" command to make a graphic application, in a window of Windows NT and not in full scree...
Summary: Can anyone suggest a good simple way a DOS program (Assembly) can detect under Windows if it is being ran in a Window or in a full screen session. (Wi...
Summary: In order to make a full screen app you will need to make a windows application that "looks" like it is a console app. Windows has control of the cons...
Summary: hello all - I'm using vb8 - I'm having difficulty trying to figure out how to send a dos command to the console and output to a textwindow. I want to ...
Summary: I'd like to know what different DOS/Windows versions report when you type "ver" at DOS prompt and does some programs like 4DOS or other replace it wit...
Summary: Hi there I have to find out how to make two files interact. What I am trying to do is make a file with 10 sessions, each session consisting of 20 pla...
Summary: open a command prompt, right click the icon at the very top left, click on properties. then click on options, click on full screen. then when you cl...
Summary: Hi, I'm trying to make a Windows Batch script to rip, encode and burn CDs, which can be used on any Win computer without installing anything. It work...
Summary: I am webmaster of my son's school website and have been requested to make a link to a particular site with reference to a school trip they have made, ...
Summary: You cant do that with DOS. DOS is a text based operating system that has no concept of Windows. When DOS was invented Windows were made of glass tha...
Summary: Hello , I want to ask a question.I am doing a graphics program. There i need to get the a bmp image(.bmp ext) to the screen.How can this be achieve...
Summary: I can't figure out how to do frames in Visual Basic. My frame rate is 1s and it is horrible to see the screen go blank and then it takes a second to b...