copy to a textfile

dear all,

i append my record into a table.

then i copy it to a batch files >>upload.log

but when it run onli prompt a dos screen and all the capture screen will into a upload.log file.

but my customer dunno wat is happening during the process coz onli show black screen.

any idea to let my customer know wat progress is running

thanks in advance




Answer this question

copy to a textfile

  • Aaron Robertson-Hodder

    hm ic actually is a ftp program i wan show my customer what is the progress ...

    thanks in advance.



  • Valery Smirnov

    put Pause as the last line in the .bat file

    pause is the Dos equivalent of FoxPro’s wait

    Dave M.



  • Jack2005_MSFT

    thanks for your advice.

    i guess better i dll from UT ftp class.



  • StealthyTofu

    Use an FTP program that doesn't need to shell to DOS (like wininet API, wwIpStuff or FTP class in UT downloads).
  • TomGK2006

    Do not let a DOS window show up. Whatever you're doing do it with commands that wouldn't need to shell to DOS in other words.

    Or put a wait window so they know what's happening.


  • copy to a textfile