When the script is run, the file transfers successfully and the script waits for the command prompt to return before executing the next script command...unfortunately the file is placed in the procomm download folder.
My other option that has tested successfully was to execute the following command before initiating the transfer...
set dnldpath "C:\Reports\Steakhouse\Fri"
waitfor "# "
transmit "cd /usr/8700/reports/Fri^M"
waitfor "# "
transmit "/usr/local/bin/kermit -s sys.fin.dy^M"
pause 3
getfile 1
waitfor "# "
transmit "^M"
waitfor "# "
transmit "^M"
waitfor "# "
transmit "exit^M"
Are there any system specific settings or additional syntax for the getfile command that I should attempt. Otherwise, I will work with the "set dnldpath" command.
Thanks!