Batch File Coomands Flow Problem?
I have following bat file.txtgoto :eof . at next execution it launches further three new website and so on every execution.txt.%URL%>>tmp_list.txtdel list.txtecho.txt list. every time i execute it, it launches three different new websites listed in the list. but as it ends with goto :eof every command i put after it never get executed. my problem is that i want to put some extra command in this bat file after

No comments yet.