What are the disadvantages of Command-line interface?
You can not view images with a command line interface.
There are no graphics -drag0nhunter1
Difference between dos and c programming?
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 getting that error, it means that either Java is not installed, or is not in your path.
If Java is not installed, go to http://www.java.com to install the most recent version of the JRE.
If you're sure you have already installed Java ensure the Java executable is in your system's path. You can do this by first finding the directory it is installed in. For example, mine is installed in C:\Program Files\Java\jre6. The executables are located in the bin directory.
In order to set your path (Assuming Windows Vista), go to Start -> Control Panel -> System, then click on the 'Advanced System Settings' link on the left, then the 'Environment Variables' button. In the lower section (Labeled 'System Variables'), scroll through and find the item labeled 'Path' and double click it. In the field labeled 'Variable value' go to the end and add a semicolon (;), and then the path your installation of Java is located. Using the example I gave above, I would have added ;C:\Program Files\Java\jre6\bin to the end of the line.
The procedure for 64-bit Windows Vista or Windows 7 is the same, except the text you will add to the Path variable is ";C:\Program Files (x86)\Java\jre6\bin". Notice there is still a semi-colon at the beginning of the line.
Once you have done this, you will need to close and reopen the command prompt if it is already open, and you should be able to run java without getting this error message.
Why didn't windows NT replace dos as originally planned?
Why didn't Windows NT replace DOS. as originally planned?
Which MS-DOS command can display hidden files?
If you just want to display the hidden files, run following command:
dir /ah
this will show you all hidden files and folders..
However if you want to change the attributes permanently, use attrib command..
DOS can only run a single program at a time?
Yes only one program at a time as it is a single user OS..
How many file created in a single directory?
There are several factor that decide this, the two most important are the size of the files and the size of the directory/drive. With out this no estimate can be made
What is CONFIG.SYS and AUTOEXEC.BAT?
The autoexec.bat and the config.sys were files created for MS-DOS and Windows 3.x as an easy solution of loading the files required for various devices as well as the operating system to properly run. These files are required for later revisions of MS-DOS and Windows 3.x to load. Because Microsoft is trying to steer away from MS-DOS, these files are not required for Windows 95, Windows 98, Windows NT, Windows ME, Windows 2000, Windows XP, or later operating systems. However, in some cases it may still be necessary for users to edit or configure these files.
DOSBox is an x86 emulator that allows users to run older DOS-based applications and games on modern operating systems. It creates a virtual environment that emulates the hardware and software of a DOS system, enabling compatibility with programs that require MS-DOS. Users can mount directories as drives, providing access to files and applications within the emulated DOS environment. DOSBox also includes various features like customizable settings for graphics, sound, and input to enhance the user experience.
How do you write program files ms dos?
You can use any text editor but notepad++ which is free is the best. When you save the file be sure to set it to all file types and save it with a .bat extension!
How to start Firefox from command line?
Install Firefox and run the following command:
"cd c:\program files\mozilla firefox" and press enter.. It will give you the prompt -
C:\Program Files\Mozilla Firefox> now just execute here "firefox.exe" ..
tui because a gui is a graphical user interface which is anything that lets you interact with your PC
What is vol command and label command?
The label command lets you set or change the 11-character label of a drive. The vol command only displays it, along with its serial number.
Kamino yeh question kab se me tere se puch rahi hu aur tu hai mere hi dimag ki band baja raha hai..........
t
Why does it remain important to know how to use the DOS commands?
DOS and DOS-like commands are still usable in modern versions of Windows, and can sometime be the only way to accomplish a given task.
How do you unlock cmd when run and bat files are blocked?
go to start, double click a folder like "programs" and go up a folder to get to the c:\ drive... then navigate to c:\windows\system32\. copy cmd.exe to desktop or my docs and rename "cmd.exe" to "calc.exe" or "notepad.exe" because it will think that you are trying to run those programs.
Under ms dos interrupts originate with?
Under MS DOS, interrupts originate with the central processing unit (CPU). The CPU recognizes issues in applications and stops them and sometimes restarts them in order for them to function properly. Sometimes it shut the application down entirely.
The 'ls' command has many switches and options, especially depending on which version of Unix or Linux you are talking about. The best way to find out is to try either:
man ls
info ls
ls --help
depending on the system.
How to rename files name dos command?
ren c:\test.txt test2.txt
Results: file in drive c:\ will be renamed to test2.txt
Why won't ksensors display hddtemp information running as daemon either in user or root mode?
ksensors does not need hddtemp to run as deamon set suid root on hddtemp (debian: dpkg-reconfigure hddtemp) and run ksensors as a normal user.