Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Re: Hide or minimize dos box when running scripts

martin wrote:

Do you run winscp.exe or winscp.com? If winscp.exe, just avoid the /console parameter. If winscp.com, make sure you really need that one. If you really do, you need to emulate the console environment somehow. I do not remember anymore. Check MSDN then.


Your instructions worked great. Thank you.
-Bob
martin

Re: Hide or minimize dos box when running scripts

Do you run winscp.exe or winscp.com? If winscp.exe, just avoid the /console parameter. If winscp.com, make sure you really need that one. If you really do, you need to emulate the console environment somehow. I do not remember anymore. Check MSDN then.
Bob

Hide or minimize dos box when running scripts

I am using my first implemenation of WinScp. The scripts run great, but display a dos box over my calling program. Is there a way to hide the dos box or tell WinScp to run minimized?

Thanks for the help!