Hide winscp.com console window
Hi, trying to use winscp to downloading files from ftp every hour, while user is working on computer
using bat:
update.txt:
Testing on my computer. But I cannot hide console window, it is pops up every time when winscp is called and then hides after 2-3 seconds if it connects to ftp normaly, and after 10 seconds if ftp server is offline. Users will be mad if they will see blinking windows every hour :(
using bat:
@echo off winscp.com /ini=nul /script=update.txt > log.txt
update.txt:
open ftp://qweqwe:qweqwe@localhost/ # Upload file get /ZUP.exe C:\temp\ZUP.exe # Exit WinSCP exit
Testing on my computer. But I cannot hide console window, it is pops up every time when winscp is called and then hides after 2-3 seconds if it connects to ftp normaly, and after 10 seconds if ftp server is offline. Users will be mad if they will see blinking windows every hour :(