Deskdos is a GUI for MS-DOS which emulates windows like Icons , start menu, desktop background etc. Icons and Start menu can be customised to run specified commands.
Categories
Desktop EnvironmentLicense
GNU General Public License version 2.0 (GPLv2)Follow Desktop Enviornment for MS-DOS
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
With Borland/Turbo C++'s inline assembler, you can write 8086/8087 and 80286/80287 assembler code directly inside your C and C++ programs. Compiling ..\..\BUILD\TEMP\DOS\DESKDOS1.0\DOS-DE~1\DESKTOP_.CPP: Error ..\..\BUILD\TEMP\DOS\DESKDOS1.0\DOS-DE~1\DESKTOP_.CPP 9: Unable to open include file 'GRAPHICS.H' <<<<<<<<<<Not include in donwload >>>>>>>>>> #include <graphics.h> #include <stdlib.h> #include <stdio.h> // used for sprintf() #include <iostream.h> #include <conio.h> // used for exit() #include <dos.h> <<<<<<<<<<<<<<<< End >>>>>>>>>>>>>>>>> But it ok i have the INCLUDE to add to the the DOS _ ManU #include "Mouse.h" // file containing functions to make use of mouse cursor movements & button clicks (declaration & definition) #include "Icon.h" // file containing Icon classes & linklist class with all functions (declaration & definition) #include "Linklist.h" // file containing Icon linklist manipulation class & functions #include "bmp.h" Error ..\..\BUILD\TEMP\DOS\DESKDOS1.0\DOS-DE~1\DESKTOP_.CPP 305: Too many error or warning messages