I have a VBscript that runs without problems when I execute it at the commmand line. When I make it a scheduled task, the status shows that it is running, but never completes. I put logging in to show how far it gets and it sometimes executes the first few lines, but never gets past there. I've tried scheduling it as a vbs, a bat calling the vbs, and cscript.exe xx.vbs. Has anyone else encountered a similar problem? I'm running on a Win2K server. I'm rather inexperienced with VBscript, but any information I can find regarding scheduling a vbs makes it seem so simple and doesn't have any troubleshooting techniques.