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

  • Titou

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

    thanks in advance.



  • Trubble

    thanks for your advice.

    i guess better i dll from UT ftp class.



  • cyr2224

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

    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.


  • N.Raja

    put Pause as the last line in the .bat file

    pause is the Dos equivalent of FoxPro’s wait

    Dave M.



  • copy to a textfile