ExeScript  

ExeScript 3.0

Convert Batch to EXE - BAT to EXE Converter, Bat2Exe


Create secured stand-alone applications from BAT, VBS, JS, WSF, WSH or HTA scripts.
ExeScript is a program that quickly converts batch files (.bat), VBScript, JScript, WSF, WSH and HTA scripts to executable files (.exe). It also protects contents of .bat, .vbs, .js, .wsf, .wsh and .hta files from being changed by other users accidentally or intentionally.


Download  Purchase Now

FORMAT

Format a disk.

Syntax
      FORMAT drive: [/FS:file-system] [/V:label] [/Q] [size] [/C]

Key
   /FS:file-system The file system (FAT or NTFS).

   /V:label        The volume label.

   /Q              Quick format.

   /C              Compression - files added to the new disk
                   will be compressed.

[size] may be defined either with /F:size or /A:size

   /F:size         size is the size of the floppy disk.

   /A:size         Allocation unit size. 
                   Default settings (via /F) are strongly
                   recommended for general use.
Example

@echo off
Echo Warning this will reformat the entire D: disk!
PAUSE
format D: /FS:NTFS /x

Cmd Commands

Current version

v.3.0

Get support