Network Considerations

 

If you plan to put the compiled files on a network, the following information will be helpful:

1) Set the compiled EXE files to read-only so that multiple users may access the same file.

2) Copy the DLL's from the WinBatch\System subdirectory to a file server directory in the search path and set the DLL's as read-only.

3) Whenever the compiler, or any compiled WBTs with the Standalone option selected, are run, they will search the entire PATH for the required DLLs. If the DLLs are not found, they will be created in the same directory as the compiled exe, or if it cannot write them there it will create then in the user's WINDOWS directory.

See the Filename Appendix for information on file and dll names.

 

 

WinBatch+Compiler

How the Compiler Works

Compiler Usage