Encode for Call's from EXE files

 

This option creates an encoded WBT file. The standard WinBatch product or a compiled EXE file is needed to access and run the encoded file. Encoded WBT files provide the following:

  • Source code is protected from unauthorized or accidental modification.

  • Encoded WBT files may be CALL'ed from compiled files.

If your code has a Call to another WBT file, the called WBT must be compiled with this option. Otherwise, when you run your EXE, you will get an "Encrypted/Encoded Verification Failed" Error.

 

Note: When you compile your file, your Target filename will have a .WBC extension. It is necessary to have a different filename from the original filename. You cannot compile a file to its own name without corrupting the file. To protect the innocent, the default Target extension is .WBC. After compiling, go into your EXE and change the Call statement to reflect the new filename .WBC. Recompile the EXE.

 

 

WinBatch+Compiler

 

Large EXE for Standalone PC's

Small EXE for Networked PC's

Encode for Call's from EXE files

Encrypted with Password

Windows NT native service