I'm not up an expert on Win2000, but I know it's got alot of similarities as NT, and here's you you could do it in NT.
Create a txt file and put the following 2 lines in it
[tt]net stop "Cold Fusion Application Server"
net start "Cold Fusion Application Server"[/tt]
Save the txt file as cf_whack.bat
Then create a cfm page with the following line in it.
<CFEXECUTE NAME="C:\AbsolutePathTo\cf_whack.bat" TIMEOUT="1"/>
Keep in mind, that this page will show up as an error, because you've stopped and started the CF server while it's being processed, but the code will execute. - tleish