Using a TinyTERM script to execute a file transfer, the transfer status dialog box may come up. Depending on how your script is written, this may pause or stop script execution entirely.
To prevent the dialog box from coming up, you can disable it with a script command. The TERM Script Language command is:
set xferstat off
For CScript, use the command:
FTSetXferStat(0);
Enter the appropriate command anywhere in the script before the file transfer starts.
This entry was posted
on Monday, April 9th, 2007 at 8:58 am and is filed under CScript, File Transfer, Scripting, TSL.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.