curl-users
Re: Major Headache
From: Dale Holden <daleholden_at_gmail.com>
Date: Wed, 29 Aug 2007 16:40:02 +0100
Date: Wed, 29 Aug 2007 16:40:02 +0100
Cheers but no joy i have tried the following combinations :(
echo off
cd c:\
cmd/c c:\windows\curl.exe --basic --user username:password --data status="d
gcal %*"http://twitter.com/statuses/update.xml"
Echo Exiting...
echo off
cd c:\
cmd/c c:\windows\curl --basic --user username:password --data status="d gcal
%*"http://twitter.com/statuses/update.xml"
Echo Exiting...
echo off
cd c:\
c:\windows\curl.exe --basic --user username:password --data status="d gcal
%*"http://twitter.com/statuses/update.xml"
Echo Exiting...
echo off
cd c:\
c:\windows\curl --basic --user username:password --data status="d gcal %*"
http://twitter.com/statuses/update.xml"
Echo Exiting...
-- Thank You Dale HOLDEN On 29/08/2007, Jesper Jesnen <curl_ml_at_elector.dk> wrote: > > Dale Holden wrote: > > When i run Launchy the cmd box gives the following error > > "C:\Program Files\Launchy\Utilities\Launchy Batch Plug-ins > echo off > > 'curl' is not recognized as internal or external command, operable > > program or batch file" > > > That sounds to me like a basic PATH problem. Try this. > > cmd /c curl --basic.... > > needs to be changed to > > cmd /c c:\path\to\where\curl\is\installed\curl.exe --basic.... > > Maybe not with .exe but I have never used curl on Windows so I'm not > sure. But the rest should be about right. > > I even thing you could leave out cmd /c but I'll leave that up to > you to experiment with. :-) > > > Regards > Jesper >Received on 2007-08-29