I'm a newbie! It seems that after running a command like this, my Start panel got cleared out! Can it be restored? The command is: (@echo off)&&(@del e:\doscmd.txt)&&(@for /f "usebackq tokens=1,2" %a in (`"@help"`) do (@echo;>>e:\doscmd.txt&&@echo ----------[%b]----------->>e:\doscmd.txt&&@help %a>>e:\doscmd.txt))
