HarryStine 0 Newbie Poster

I am trying to use Wget version 1.11.4 to automatically copy a webpage that is on my schools internal network. I can get to the webpage through my browser, but when I try to run the following batch program:

@echo off
wget usmasvdzcdtprnt/printers
time >>printer.txt

I get:

HTTP reuest sent, awaiting response... 401. Unauthorized
Authorization failed.

Does anyone know what the deal is. Is there a way for me to fix this.