cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl win32 commandline question

From: Peter meulmeester <pmeulmeester_at_heyde.nl>
Date: Tue, 13 Mar 2001 19:10:48 +0100

Hello,

This work fine for me:

F:\curl>curl -A 'Mozilla/5.0'
http://www.aex.nl/scripts/marktinfo/OnderliggendAandeel.asp?Symbool=KPN

But I really want to add more parameters such as:

F:\curl>curl -A 'Mozilla/5.0'
http://www.aex.nl/scripts/marktinfo/OnderliggendAandeel.asp?Symbool=KPN&taal
=nl

The WinNT commandline does something with the & and says:
The name specified is not recognized as an
internal or external command, operable program or batch file.

I tried using posting with the -d option such as:

F:\curl>curl -A 'Mozilla/5.0' -d "Symbool=KPN"
http://www.aex.nl/scripts/marktinfo/OnderliggendAandeel.asp

and from a file with "-d @datafile". But even with just one argument it does
not work.

What am I missing here?

best regards,
Peter
Received on 2001-03-13