Trying to use getfile to complete kermit file transfer to a directory location other than default procomm download folder.
My current syntax is...
transmit "/usr/local/bin/kermit -s sys.fin.dy^M"
pause 3
getfile 1 "C:\Reports\Steakhouse\Fri"
waitfor "# "
Any suggestions?!?