Originally Posted By: Witto
SetConsole("Hide") maybe?
FTPTest.kix
 Code:
Break ON
$SO = SetConsole("Hide")
Shell 'ftp -i -n -v -s:C:\test\FTPInput.txt'
$so = SetConsole("Show")


I have tested above but it doesn't work. Thanks for your input.