| > > I am now trying to use it in command-line mode by
writing
> > commands to a .bat file from VB6 and executing it using
> > CreateProcess. It starts WinHTTrack, but stops
> immediately
> > with 'File not found' error.
>
> Ensure that ALL paths are absolute (even -O <paths>
ones),
> this should do the trick. Also ensure that you don't need
> to escape paths using quotes ('')
>
Thanks Xavier, but no luck.
I must have tried almost every combination of paths and
quotes in a bat file, and edited my Win 2000 path variable,
but the same thing happens: WinHTTrack starts then aborts
with a message box of "File not found".
How can I at least find what the file is?
FWIW, the contentious command is:
"C:\Program
Files\WinHTTrack\WinHTTrack.exe" <http://intranet/viper/> -
O "c:\v1\versions\viper\"
after doing a CD the WinHTTrack directory.
I'm at a loss.
| |