Programming in Dos is like programming in any other batch like situation. The program opens devices and files, reads from them, writes to them, formats and sends file to a printer, reads keyboard input, waits for and accepts mouse input, writes information to the screen using control information such as color and positioning and can manage display memory for generating graphic output anywhere on the screen
Windows programming allows all this to be done in a limited fashion only through requests to the windows platform. Nearly everything device oriented has to be done through requests via the windows API (Application Program Interface) or framework since windows is managing the hardware and decides which application has access to what and where.
Windows has a graphical interface while DOS is a command line interface.
Technically there is no differences between Windows and DOS. DOS is an acronym for Disk Operating System which every computer has to have to operate.
DOS is a older Windows OS (behind Windows 95). Command Prompt is in all Windows OS (Windows 95 to Windows 7) DOS only supports FAT file systems DOS can't CD to files with spaces in the address line DOS only supports OLD PC systems (anything that can run Windows 95 is to "new") That is all that I know, as I code in C++
i don't know the difference but what i know is ... deleted file from MS-DOS is never go to the recycle bin. Thanks !
MS-DOS ended with Windows NT. It used file command.com to interpret all DOS commands. Win 2000, XP, Vista use a DOS Shell which emulates DOS but is not really DOS.
Both are same as DOS is also an OS.. But Dos is Character User Interface(CUI) But latest Operating systems are Graphical User Interface(GUI) ex: Windows xp, Windows 7, Windows Vista Etc.,
Answer: In dos you have to create the complete application, yourself in other words the complete .EXE file, that can be done in any of the many different programming languishes IE. GWBasic, QBasic, C, or ASM etc., the last is the most difficult but the result is the fastest application. Where Windows is a platform for your application, most of the things you want to do is already created in Windows, all you have to do, is to use it from within your application, not that it means less programming, you actually have to do more coding than with Dos, for instance in Dos GWBasic, if you want to read data from a comm. port you just open it as follow [code] open "comm1:" for input as #1 input #1, var close #1 [/code] But in Windows it is a long story
If you are using windows, MSDOS shell is integrated by default..
MS DOS is a textual Operating System first used in early PC's of the 1980s - MS stands for MicroSoft, DOS stands for Disk Operating System. Windows 98 runs on top of DOS and it uses graphics. Current operating systems like XP and Vista are operating systems running by themselves without DOS.
The (Microsoft) Disc Operating System is a command line driven program. Windows is a Graphical User Interface, which means that, by using a pointing device such as a mouse, the user can select an icon and open it, which will cause the operating system to perform the related actions. A string of code must be entered at the prompt in DOS to achieve the same results.MS-DOS was the old operating system software used prior to Windows 95. When Windows came along, DOS was incorporated into the new windows operating system. DOS commands can still be accessed in windows by bringing up the command prompt.So the only actual difference is that DOS is obsolete and windows is the current OS for PC's.
DOS is a command-line system that shows letters and commands rather than icons and menus, and Windows is a desktop environment use either on top of DOS or along with a newer, NT-based Windows operating system. There are programs for DOS that can enable graphics (like old video games), though these graphics are less advanced than in more modern versions of Windows.
Well, with MS-DOS the user communicates directly to operating system by using a variety of commands that can perform tasks and actions. MS-Windows is graphical, to navigate the operating system you click different parts such as the taskbar, desktop icons to access certain parts of the operating system. Intergration: MS-DOS can be accessed through a Windows based operating system by going to 'command promt' or 'CMD.exe'