piramida, could u explain what must be included in the do_lan/do_net.bat . For example i'm using agsm for lan. And i want the output to overwrite the older lan.html and not save as a new folder .
@echo off
mkdir %1 > nul
mkdir %1\lan > nul
move ls*.* %1\lan > nul
move lan.html %1 > nul
above is the default value when i want to edit do_lan.bat
i'm really dunno what should i replace . help me pls