answersLogoWhite

0

MS-DOS

MS-DOS is a 16-bit operating system for IBM PC-compatibles. It was developed and sold by Microsoft in the early 90s. Although no longer in common use, it is still used to load some diagnostic and repair utilities even on modern computers.

734 Questions

How do you delete 0 byte files using DOS?

The command for deleting a file in DOS is DEL. If the file you are trying to delete is in the current directory, type DEL followed by the full filename. E.g. del file001.txt If there are multiple files, the wildcard * can be used. del file*.txt will delete all the text files that start with 'file' del file*.* will delete all the files that start with file. del *.txt will delete all the text files. del *.* will delete all the files in the current directory. It is possible to delete files in another directory by typing the full path and filename del c:\folder01\*.* will delete all the files in the directory c:\folder01\ DEL will not affect hidden files, but careless use of this command could damage your operating system so use with care.

Different kinds of DOS command?

A complete list of MS-DOS commands can be found here:

http://www.computerhope.com/msdos.htm#02

DOS command to delete a directory?

1) When in DOS at the C:/, type RD (remove directory)
2) hit Enter key

C:/
C:/RD
Enter

What kind of archive is a file attribute that can be checked or unchecked to indicate whether the file must be archived?

To use the archive attribute (A), back up files telling the archiving application (WinZip, etc.) to clear the archive attribute of the files it stores copies of. Whenever one of those files is modified in the future, or whenever a new file is created, its archive attribute is set. Therefore, on subsequent backups, you can have the application back up only files that have the archive attribute set (and clear the archive attribute while doing so). That way you don't waste time and drive space backing up files that haven't changed since the last time they were backed up.

How do you restart Windows XP to dos?

If your laptop will stay on in DOS mode then update your BIOS

You want to uninstall the deep freeze without knowing password?

Unfreeze your system by holding SHIFT and DOUBLE CLICKING the deep freeze icon in your system tray, then entering your password and choosing the unfreeze option. After rebooting, run the installer you used to install deep freeze and choose the uninstall button.

Your machine will reboot, and Deep Freeze will be uninstalled.

Deep Freeze is installed on my computer. I would like to uninstall it. How is this done?

Disable Deep Freeze before uninstalling it.

To disable Deep Freeze:

  1. Hold down the shift key and double-click the Deep Freeze icon. Alternatively, you can press CTRL+ALT+SHIFT+F6.
  2. Enter your password and click OK.
  3. If you have not yet entered a password you should be able to click OK without entering a password.
  4. The Boot Options dialog is displayed. Select "Boot Thawed" and click OK. This will disable Deep Freeze on the next reboot.
  5. Reboot your computer. After the computer reboots, you are ready to uninstall Deep Freeze.

To uninstall:

  1. Locate the installation file you used to install Deep Freeze on your computer. By default, the name of this file is called "DF5Std.exe" for versions 5.X and "DF6Std.exe" for versions 6.X.
  2. Run the installation file (DF5Std.exe or DF6Std.exe).
  3. Select the option to "Uninstall"

Deep Freeze is uninstalled and your computer is rebooted.

If this has not resolved your Issue, you may check some inks to Other Information:

  • http://www.out-of-warranty.com/how-to-uninstall-faronics-deep-freeze-in-three-different-ways/

What are the system requirements for FreeDOS?

MS-DOS comes with every Microsoft computer, just go to start>all programs>accessories>command prompt.

You should get a book on DOS before you start entering commands.

Have Fun.

What is full meaning of ms-dos?

MS=Microsoft DOS = Disk Operating System. The Microsoft precursor to Windows It was loaded on to a PC via floppy disks

Who developed MS-DOS?

MS-DOS was created by Microsoft, who bought the rights to 86-DOS from Seattle Computer Products in 1981 and modified it to IBM's specifications who then released it as PC-DOS 1.0. It was also released as MS-DOS to run on PCs. MS-DOS went through eight revisions and was finally discontinued in 2000.

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

How do you stop the error Java is not recognized as an internal or external command operable program or batch file?

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.

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.

How does dos box work?

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" ..

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.

Is MS DOS Shell a GUI or tui?

tui because a gui is a graphical user interface which is anything that lets you interact with your PC

How dos is loaded?

Kamino yeh question kab se me tere se puch rahi hu aur tu hai mere hi dimag ki band baja raha hai..........