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

VER

Displays the Windows version number.

Syntax

      VER


Examples

@echo off
SETLOCAL
:: Get the WINDOWS SERVICE PACK Level
:: For NT, 2k and XP
:: Requires the REG.exe utility (NT Reskit or standard in Win XP)

:: Delimiters below are tab plus space

FOR /f "tokens=2* delims=	 " %%G IN ('Reg.exe QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CSDVersion ^| find /i ^"CSDVersion^"') DO (
set v_sp=%%h & echo CURRENT SERVICE PACK IS: %%H)

PAUSE

Cmd Commands

Current version

v.3.0

Get support