knob...thanks for the reply...I would like to have the source file removed at the end of the process for whatever the user places in the fname box...
proc main
;set dnldpath "c:\CSDDOWNLOAD"
string fname
sdlginput "Receive TX FILE" "Enter TEXT file to receive from /u/csd/TX : " fname
transmit "E^M"
transmit "E^M"
;transmit "E^M" for facet term users only
; transmit "^W" " " "
;transmit "Q" " " "
;transmit "Y^M" " " "
;waitfor "^[a19R22C" " " "
;pause 1 " " "
transmit "69^M"
waitfor "$ "
;transmit "su bd^M"
;waitfor "# "
transmit "cd TX^M"
waitfor "$ "
transmit "term -x server^M"
waitfor " Enter Your Selection:"
transmit "k"
waitfor " Upload to TERM server, Download to you, Neither (U/D/N)? "
transmit "D"
waitfor " "
transmit fname
transmit "^M"
waitfor " Hit any key to continue"
transmit "^M"
waitfor " Enter Your Selection:"
transmit "Q"
; waitfor "# "
;transmit "^D"
waitfor "$ "
transmit "GO^M"
;set dnldpath "c\csddownload"
endproc