answersLogoWhite

0

s switch stores the system file on a disk after formatting. v switch allows to enter a volume label once when formatting several disks.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is s switch used for in format disk?

The "-s" switch in the format command is used to format the disk so that it is a "system" disk. In other words, it makes it a "bootable" disk.


What is the s switch in formats?

When using the format command in DOS, the /s command-line argument "format c: /s" tells the system to copy over the system files necessary to make the drive DOS bootable. It is the same as using the "sys" command after finishing the format.


How does the format command prepare the disk fpr the operating system?

The format command on its own - erases the reference track of the disc - removing the title(s) of any files and marking any used sectors as usable again. Adding the /s tag to the format command has the additional function of copying two (normally hidden) files - Autoexec.bat & Config.sys to the disc once the format command has been executed. This tells the computer that the disc can be used to boot-up the system when it's switched on.


What command would you use to completely format your C drive from the Dos prompt?

format /s c: should do the job.


Suppose you want to format a disk in drive B making it a bootable what command do you use in windows 98?

format B: /s


Dos command to create and installation boot disk?

FORMAT A: /S or SYS A: Note: Are you a time-traveller from the 90s?


What is save as command?

The Save As comand is used for various things. It canbe used to save the file with a new name, giving you a separate copy of the file. It can be used to save the file into a new location. It can be used to save the file into a different format.


What format was used for movies of the 1910s ans1920's?

The format for movies in the 1910's and 1920's was black and white silent films. No sound, no color. It was actually a reel of film.


What command line program can capture an entire operating system installation to a single file?

Format a: /s will format the disk in the first floppy drive and copy the system files to it, making it a bootable disk.


What would you do to make a startup disk using windows 98?

insert floppy drive and go to command prompt and run format /s a:


What is the difference between a Windows 98 startup disk and a boot disk created with the format A s command?

Windows 98 startup disk has some useful utilities and can be used to repair Windows 98 without any additional drives. A floppy which was created by format A s, just have loader, and couple system files to be able to boot MSDOS.


How do you create bootable disk from ms dos 6.22?

Assuming you're talking about making a bootable floppy disk... You need to format the disk with the /s switch... For example - Format A: /sOnce the disk has formatted - you need to copy the system files (config.sys, config.bat & autoexec.bat) to the disk.This creates the bare minimum files needed to boot a computer from a floppy - and give you the command prompt. There are other files you can add to the disk (such as what the command prompt will look like etc) - but they're entirely for your own choices.