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

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
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
Dave M.pause is the Dos equivalent of FoxPro’s wait