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

REN or RENAME

Changes the name of a file or a set of files. RENAME is a
synonym for REN.

Syntax

   REN [drive:][path]old_filename new_filename

Parameters

[ drive : ][ path ] old_filename   : Specifies the location
                                     and name of the file or
                                     set of files you want
                                     to rename.

new_filename   : Specifies the new name for the file.

Both the source and/or destination may include wildcards.

You cannot specify a different drive or path for
`new_filename` - use the MOVE command instead.

Rename will not work if new_filename already exists.

You can rename all files matching the specified file name.

Examples

For example, you want to change the .txt extensions to .doc
extensions. To make this change, type:

REN *.txt *.doc

To rename a file or directory named Dir10 to Doc10, type:

REN dir10 doc10

Cmd Commands

Current version

v.3.0

Get support