ExeScript  

ExeScript 3.0

ExeScript Batch to EXE - Batch File Commands, Cmd Commands, Command Prompt


Create secured stand-alone applications from BAT, VBS, JS, WSF, WSH or HTA scripts.
ExeScript is a useful and efficient program with which you convert different scripts to executable files (.exe). It supports such script types as Batch (BAT), VBScript (VBS), JavaScript (JS), WSF, Windows Script Host (WSH), and HTML Application (HTA) files. You can protect the contents of .bat, .vbs, and .js files from modification by other users with ExeScript.


Download  Purchase Now

REN

REN is short for "rename" and is used to rename files.
Renaming files is as bad as deleting or altering them.
Renaming system files can cause errors since the files point
to each other.

Syntax

rename [Drive:][Path] filename1 filename2

ren [Drive:][Path] filename1 filename2

Parameters

[ Drive : ][ Path ] filename1   : Specifies the location and
                                  name of the file or set of
                                  files you want to rename.

filename2   : Specifies the new name for the file. You
              cannot specify a new drive or path when
              renaming files.

Type in REN TEST.TXT TEST.DOC. This will
rename the text file you just created as an MSWord Document.
You may now open Word and edit the TEST file like any other
Word file. Type REN TEST.DOC MYFILE.DOC. This renames the
file as "myfile" but it is still an MSWord document.

Examples

To rename a file or directory named Chap10 to Part10, type:

ren chap10 part10 
    

Batch File Commands

Current version

v.3.0

Get support

How To