Guest hopsa Posted March 20, 2004 Posted March 20, 2004 Can autoit2 write to a command like the ftp.exe while its minimized and not "active"
Beastmaster Posted March 21, 2004 Posted March 21, 2004 What do you mean with "not active" ? If it should write something to somewhere it has to be active, isn't it? D'y mean "not visible" (its tray icon) ? In general its possible to run a FTP (script) from the commandline. Run, %COMSPEC% /C ftp <your parameters>,, Hide to get help for the parameters use this Run, %COMSPEC% /K ftp --help,, Max
Recommended Posts