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

CACLS

Displays and modifies Access Control Lists.

Syntax
      CACLS pathname [options]

Key
   options can be any combination of:

   /T Search the pathname including all subfolders. 
   /E Edit ACL (leave existing rights unchanged)
   /C Continue on access denied errors. 

   /G user:permission
      Grant access rights, permision can be: 
         R Read 
         W Write
         C Change (read/write) 
         F Full control 

   /R user
      Revoke specified user's access rights (only valid with
      /E). 

   /P user:permission   
      Replace access rights, permission can be: 
         N None
         R Read
         W Write
         C Change (read/write) 
         F Full control 

   /D user
       Deny access to user.

In all the options above "user" can be a UserName or a
Workgroup (either local or global).

Setting Deny permission (/D) will deny access to a user even
if they also belong to a group that grants access.
       

Cmd Commands

Current version

v.3.0

Get support