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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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