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
Components and Libraries
Remove
Language
Any
License
Any
: I want to convert the ms-dos command 'move' into c . Could you help
: me?
Win32 API MoveFile()? ;-)
You can use long filenames in DOS 7+ as long as you run a TSR that provides the functionality. I have use LFNDOS in the past but there is also DOSLFN and others. In MS-DOS version 6.22 and below...
Standard C and C++ libraries do not support operating system dependent functions. For that you have to use libraries that were developed by the compiler manufacturers or operating system API...
: can anyone direct me to the best version of C++ I should get for myself ? I will need to program in Windows area , not DOS.
:
www.bloodshed.net has a very good free c++ compiler -- Dev-C++....
: Hello,
: I would really like to make games, I have a lot of practice in C, C++ (for MS-DOS and Windows) programming and now I want to move on DirectX, but I do not know where to begin! Could...
Hello,
I would really like to make games, I have a lot of practice in C, C++ (for MS-DOS and Windows) programming and now I want to move on DirectX, but I do not know where to begin! Could anyone...
This message was edited by interrupthandl at 2004-2-29 22:8:25
i meant perhaps there is some problem in path of the file or other which suki_yip is not able to diagnose.Please dont take it...
: I'm using Microsoft's VisualC++6.0,,I don't find Graphics.h header file,, how can I edit colored texts then?
: dede:-)
:
you won't find it either. VC++ 6.0 or .NET or any other 32-bit...
: How can i modify VDU Memory Values???I am using 0xB8000000 but it's not working!
:
if you are writing a win32 program, you can't write directly to video memory like you could in MS-DOS...
: :
: : 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...
This message was edited by stober at 2002-10-30 18:26:40
: Does anyone know anything about sockets in DOS-mode? I've looked all over the place...
:
Sockets are not native to 16-bit DOS (e.g....
Dear Gentlemen,
How can I close a MS-DOS window using API functions?
I manage to send a Close message with API but the regular "Windows cannot shut down this window automatically..." message pops...
: Hello
:
: First of all, I want to thank you very much for the BMP loader you gave me, BASIC friend. I was so excited to try it out, but this isn't the first time my computer compained about any...
Hello
First of all, I want to thank you very much for the BMP loader you gave me, BASIC friend. I was so excited to try it out, but this isn't the first time my computer compained about any BMP...
The NT Kernel is a diffrent, containing diffrent library and MFC archetecture so not sure if this will work in other versions besides NT 5.0(win2k) Kernel DOS
cd \d c:
cd Windows\
exec...
Hi.
I need some assistance with the sndPlaySound function, found in mmsystem.dll. What I need is more options. The code I am using right now works fine, but I have no way to loop the sound, or if...