Batch Script - CONVERT


Advertisements


This batch command converts a volume from FAT16 or FAT32 file system to NTFS file system.

Syntax

CONVERT [drive]

Example

@echo off 
CONVERT C:\

Output

The above command will convert the file system of C drive.


batch_script_commands.htm

Advertisements