View Single Post
Old 04-06-2004, 05:58 PM  
mr_F_2
Senior Member
 
Join Date: Jan 2004
Posts: 203
Default

are you joking?
the source code is right there, edit it yourself

IE:
instead of the line
echo !detach 0
put
echo downloading file
and after the wget line put
echo download complete

but your user won't be able to do anything while wget is downloading file, hence the !detach. detached process' cannot output to io
mr_F_2 is offline   Reply With Quote