Winform.exe execution from HTTP
From: Shachar (shacharm@pos.co.il)
Date: 11/07/02
- Next message: Trevor Lawrence: "Re: Yet another permissions thing"
- Previous message: Shachar: "Re: running winform exe from the web"
- Next in thread: David Sworder \(formerly known as \: "Re: Winform.exe execution from HTTP"
- Reply: David Sworder \(formerly known as \: "Re: Winform.exe execution from HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Shachar" <shacharm@pos.co.il> Date: Thu, 7 Nov 2002 04:13:04 +0200
Hello all
I'm running my program from http server :http://myserver/myprogram.exe
the download automatically to my computer
,written in the gac, gacutil /ldl, and run fantastic.
but I want to send parameters to my program
by running:
http://myserver/myprogram.exe parameter
or http://myserver/myprogram.exe?parameter
or http://myserver/myprogram.exe¶meter
or http://myserver/myprogram.exe /parameter
or http://myserver/myprogram.exe \parameter
but I get no parameter, I use in C# :
static void Main(string[] args)
{ // -----------------------------
// args.Length allways = 1
// -----------------------------
if (args.Length > 0) ar = args[0];
}
If I run the program from C:\Test\myprogram.exe parameter
I get the parameter .
Thanks,
Shachar.
- Next message: Trevor Lawrence: "Re: Yet another permissions thing"
- Previous message: Shachar: "Re: running winform exe from the web"
- Next in thread: David Sworder \(formerly known as \: "Re: Winform.exe execution from HTTP"
- Reply: David Sworder \(formerly known as \: "Re: Winform.exe execution from HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|