To continue on this topic.
I've been using this .bat file for some time now, and it does seem to work well generally. But...
...sometimes it seems to be unable to connect to my webspace (for whatever reason). The bot will proceed by displaying the programmed url once the timer has elapsed. Is there any way to make this script a little smarter?
For example, inform the user when the upload didnt proceed, and instruct them to send the command again. Also the ms-dos window doesn't close when the upload fails, so that would need to get closed also...
This is the current
on *:TEXT:!view*:#:{
generate_page $2
run mircftp.bat
.timer 1 4 msg $chan 05The $2 list has been generated successfully. You can view the list here: 12http://user.provider.com/myspace/file.html
}