shell function

  • Thread starter Thread starter jacob
  • Start date Start date
J

jacob

I'm launching ftp via the shell function. Does anybody
know how I can close the associated DOS window from Excel?

Any help appreciated.

jacob
 
Try it, if it is really DOS:
evoke ftp with
command /c yourFTPcommand

as it is a temporalily commandprocessor it will close when yourFTPcommand
finishes.
 
Back
Top