are you executing wget from the c:\Windows\system32 directory? To prevent the file to be being written to the disk, you can specify "-O NUL" on the command line, never tried by myself but I remember it works under Windows.
Giuseppe "Itay Levin" <[email protected]> writes: > I'm using it with the following notation: > > WGET http://www.mysite.com/a.aspx > > > > And I noticed that it downloads this page to c:\Windows\system32 folder > that is being filling up with a.aspx, a.aspx.1 a.aspx.2 and so on... > > Are there any command line flags that I can use to prevent this files to > being written to disk? > > > > > > Thanks, > > Itay Levin > > -------------------------------------------------------------------- > > OnPage Priority Messaging > > Rise above the clutter(tm)! > > Get your FREE OnPage at: www.OnPage.com <http://www.onpage.com/> > > Follow OnPage on Facebook <http://www.facebook.com/OnPage> & Twitter > <http://www.twitter.com/On_Page> ! > >
