send data from dos application to to URL adress & get response back
i am running dos base application. now i have to send request to URL(cgi perl
script) with some id & passowrd. result of request should be trnasfer back
to DOS application(as an ascii file).
i have to use one of these languages to pass information from DOS to WEB
site(delphi/java/c++/VB or some scripting lang.) as a middle ware. i am new
to all above languages PLEASE help!!
thanks,
javid
Re: send data from dos application to to URL adress & get response back
On 13 Dec 2000 12:36:35 -0800, "javid khan"
<javid@compcareservices.com> wrote:
>
>i am running dos base application. now i have to send request to URL(cgi perl
>script) with some id & passowrd. result of request should be trnasfer back
>to DOS application(as an ascii file).
>
>i have to use one of these languages to pass information from DOS to WEB
>site(delphi/java/c++/VB or some scripting lang.) as a middle ware. i am new
>to all above languages PLEASE help!!
>
>thanks,
>
>javid
>
>
You can always use Wininet API functions. For more info and samples,
please look ta www.msdn.microsoft.com (and then searc for Wininet API
functions)
Luis Abreu