MS-DOS
MS-DOS is an operating system commercialized by Microsoft. It was the most commonly used member of the DOS family of operating systems and was the dominant operating system for computers during the 1980s.
Application
Tools And Utilities
Remove
Language
Any
License
Any
Hello,
I'm having a problem with setting two strings under the same DOS environment variable (PATH). Both my compiler (mingw, gcc 3.3.2) and my IDE (VIDE 2.00) need to use the same variable, so I am...
Java Application to Applet on ArithmeticTest
Hello,
I would like to know how I can convert an application to an applet.
Here's the code:
//listing 3.1
class ArithmeticTest
{
public...
This message was edited by xkgdiam at 2003-11-16 13:59:47
why you dont make a start-up disk within win98,
boot your machine from there,
copy all files from floppie to disk,
edit autoexec.bat...
This message was edited by xkgdiam at 2003-10-25 20:19:53
..yes, that i think that too, under 32-bit windows OSes
..we are all under ProtectedMode,(its an our nowdays' fact...
..all is running...
: : : : you can not do that with a text-based screen.
: : : :
: : :
: :
: :
: : as I said before, you can NOT do all that in MS-DOS style text-based window. You need a graphics window such...
: : : you can not do that with a text-based screen.
: : :
: :
:
:
: as I said before, you can NOT do all that in MS-DOS style text-based window. You need a graphics window such as putting...
: : you can not do that with a text-based screen.
: :
:
as I said before, you can NOT do all that in MS-DOS style text-based window. You need a graphics window such as putting the MS-DOS...
: Is it possible?
:
not with any normal c or c++ compiler for either unix, MS-DOS or Windows. If you just want a .bin extension, just rename it. But then it won't execute under any of the...
: : Hi,
: : Thanks for your reply.
: : I think its something with Borland Builder coz i tried to access the parallel port with Borland C++ 5.02 and it recognized the function outportb and i was...
: Hi,
: Thanks for your reply.
: I think its something with Borland Builder coz i tried to access the parallel port with Borland C++ 5.02 and it recognized the function outportb and i was able to...
: :
: : MS Code View debugs 386 instructions, CV.EXE
If you mean the CV that was for MS-DOS 6.X programs, no it cannot debug DOS DPMI programs because it is a real-mode debugger. DPMI is run in...
This message was edited by stober at 2003-8-28 13:52:2
there is no function in Windows to read folders directly like there is in unix. you have to use FindFirstFile() and FindNextFile() to get all...
: :
: : Really? Then how did Lotus 123 work? And all those other programs that had menus before Windows 3.1? They had menus like all current GUI programs. They just weren't on a gray bar, and...
c:\Program Files\Microsoft Visual Studio\vc98\bin\vcvars32.bat
: // replace with the name of your project
: c:>nmake -f .mak
:
:
:
:
:
:
c:\Program Files\Microsoft Visual Studio\vc98\bin\vcvars32.bat
// replace with the name of your project
c:>nmake -f .mak
key in: bcc32 file.cpp
is that correct? but when i do that, the program listed 20 errors. but the .cpp file i am running cannot be wrong, it's one of those example files. Does anyone know why...
: sorry that i didn't state clearly what i am trying to ask, because it's hard to cover my question in just one sentence.
: How can i make a program that does MS-DOS commands, like i wanna write a...
sorry that i didn't state clearly what i am trying to ask, because it's hard to cover my question in just one sentence.
How can i make a program that does MS-DOS commands, like i wanna write a...
ok if i make an ASM program in something like mode 13h. would it run in other OS's is it restricted to the actual MS-DOS OS (which almost no one uses) or will it work in windows, linux, mac os, ect....
:
: halloc doesn't exist. where can i download this function?
:
Its not a function that can be downloaded. check your compiler's docs for a discussion on memory allocation techniques and see...