(Sorry, had meant to send this to the list as well) (12/20/2010 07:04 AM), Wines Joe IM wrote: > Hi, > > Can you please help? > > My command is: > wget --tries 1 --no-check-certificate "http://server:8080/trigger" > --post-data="code=12345&pvob-name=VOB&stream-name=STREAM" -o > "C:\Temp\CIBuild.log" > > The command is creating a file called "trigger" when I run this in the c.w.d. > How can I stop it creating this file? (Presumably it is picking up "trigger" > from the URL).
Fetching the page you asked it for is, after all, its primary purpose. In Unix, you'd use "-O /dev/null" to supress saving to a real file; in Windows I think it's "-O NUL" or maybe "-O NUL:". -- Micah J. Cowan http://micah.cowan.name/
