exescript CONVERTER
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). You can protect the contents of .bat, .vbs, and .js files from modification by other users with ExeScript.
Batch File Commands, Cmd Commands, Command Prompt
| ARP | Displays and modifies entries in the Address Resolution Protocol (ARP) cache. |
| ASSOC | Displays or modifies file name extension associations. |
| AT | Schedules commands and programs to run on a computer. |
| ATTRIB | Change file attributes. |
| BOOTCFG | Configures, queries, or changes Boot.ini file settings. |
| BREAK | Sets CTRL+C checking. BREAK ON and OFF to turn it on or off. Just typing BREAK will reveal the current setting. |
| CACLS | Displays or modifies discretionary access control list (DACL) files. |
| CALL | Calls one batch program from another without stopping the parent batch program. |
| CD | Displays the name of or changes the current directory. CD.. puts you in the parent directory(up one level). CD. refers to the current directory. |
| CHCP | Displays the number of the active console code page, or changes the console's active console code page. |
| CHDIR | Displays the name of the current directory or changes the current folder. Same as CD. |
| CHKDSK | Creates and displays a status report for the disk. The CHKDSK command also lists and corrects errors on the disk. |
| CHKNTFS | Checks a disk at boot and modifies the disk parameters. |
| CHOICE | Sets up a selection menu and structure in batch files. |
| CIPHER | Displays or alters the encryption of folders and files on NTFS volumes. |
| CLS | Clears the screen. |
| CMD | Starts a new instance of the command interpreter, Cmd.exe. |
| COLOR | Changes the Command Prompt window foreground and background colors for the current session. |
| COMP | Compares the contents of two files or sets of files. |
| COMPACT | Displays and alters the compression of files or directories on NTFS partitions. |
| CONVERT | Converts FAT and FAT32 volumes to NTFS. |
| COPY | Copies files. |
| DATE | Displays the current system date setting. |
| DEFRAG | Defragment hard drive. |
| DEL | DEL allows you to delete files. |
| DIR | Displays information about windows directories(folders). Displays a list of files and subdirectories in a directory. |
| DISKCOMP | Compares the contents of two floppy disks. |
| DISKCOPY | Copy the entire contents of a disk to another. |
| DOSKEY | Calls Doskey.exe, which recalls Windows commands, edits command lines, and creates macros. |
| ECHO | Turns the command-echoing feature on or off, or displays a message. |
| ENDLOCAL | Ends localization of environment changes in a batch file. |
| ERASE | Works the same as DEL. Deletes one or more files. |
| EXIT | Exits the current batch script or the Cmd.exe program and returns to the program that started Cmd.exe or to the Program Manager. |
| EXPAND | Expands compressed files. Specifically Windows .cab files. Similar to unzip. |
| FC | Compares two files and displays the differences between them. |
| FIND | Search for a string in a file or files. |
| FINDSTR | Searches for patterns of text in files using regular expressions. |
| FOR | Runs a specified command for each file in a set of files. |
| FORMAT | Formats fixed and removable disks. |
| FTYPE | Displays or modifies file types used in file name extension associations. |
| GOTO | Jump to a section in a batch file. Directs the Windows command interpreter to a labeled line in a batch program. |
| GRAFTABL | Enables the ability to display an extended character set in graphics mode. |
| HELP | Provides online information about system commands. |
| IF | Performs conditional processing in batch programs. |
| LABEL | Labels disks. Creates, changes, or deletes the volume label of a disk. |
| MKDIR and MD | Creates a directory or subdirectory. |
| MODE | Configures a system device. |
| MORE | Displays one screen of output at a time. |
| MOUNTVOL | Creates, deletes, or lists a volume mount point. |
| MOVE | Moves files from one location to another, as opposed to copying. |
| PATH | Sets the command path in the PATH environment variable, which is the set of directories used to search for executable files. |
| PAUSE | Prompts for user input during a batch file run. Suspends processing of a batch file and displays a message. |
| POPD | Changes the current directory to the directory stored by the PUSHD command. |
| Sends a text file to a printer. | |
| PROMPT | Changes the Cmd.exe prompt. |
| PUSHD | Saves the current directory then changes it. |
| RECOVER | Recovers readable information from a bad or defective disk. |
| REM | Records comments in batch files. |
| REN or RENAME | Changes the name of a file or a set of files. |
| REPLACE | Replaces one designated file with a second designated file. Replaces files. |
| RMDIR or RD | Removes (that is, deletes) a directory. |
| SET | Displays, sets, or removes environment variables. |
| SHIFT | Shifts the position of replaceable parameters in batch files. |
| SORT | Reads input, sorts data, and writes the results to the screen, to a file, or to another device. |
| START | Starts a separate window to run a specified program or command. |
| SUBST | Associate a path with a drive letter. |
| TIME | Show the system time and alows you to change it. |
| TITLE | Creates a title for the command prompt window. |
| TREE | Displays a graphic direcotry map. |
| TYPE | Displays the contents of a text file. |
| VER | Displays the Windows NT version. |
| VERIFY | If turned on, reports whether or not files were saved correctly. VERIFY is usually off. Type VERIFY to see if it is on or off. VERIFY ON or OFF to change the setting. Tells Windows NT whether to verify that your files are written correctly to a disk. |
| VOL | Shows the volume name of a drive or disk. |
| XCOPY | Copies files and directories, including subdirectories. |
| :: | Comment / Remark. |


