On 9/6/07, Alan Thomas <[EMAIL PROTECTED]> wrote: > > > I know this is probably something simple I screwed up, but the following > commands in a Windows batch file return the error "Bad command or file name" > for the wget command > > cd .. > wget --convert-links > --directory-prefix="C:\WINDOWS\Profiles\Alan000\Desktop\wget\CNN\" > --no-clobber "http://www.cnn.com"
Don't use backslashes in filenames. If you do, use `\\` instead.