Transfering info between WB and other programs
Keywords: Transfer WinBatch
Communicating between a WinBatch script and other programs.
Communicating information can be done in one of the following ways:
- Use the INI commands to write information to a text file.
- Using standard files
- passing information through the clipboard.
This information can be written to text file and then accessed at a later time.
You can get information from a program and put it in a text file or you can pass information to a program through the clipboard using ClipPut/ClipGet functions.
Article ID: W13189Filename: Transferring info between WB and other programs.txt