hi all! my problem is this: I have to pass more than one parameter to an exe file. I write like this:
Response.Redirect("file.exe par1 par2 par3")
but in browser window it shows like this: fi...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10265431.htm...
Zones:
ASPDate Answered: 01/26/2000 Rating: 4.4 Views: 0
Can I created an EXE file from VB which can accept
parameter from the command prompt or other outside
program ?
If it can, how to do it ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20086911.html
Zones:
Visual BasicDate Answered: 01/04/2002 Rating: 9.0 Views: 0
anyone can help me to pass a parameter to exe file in vb6. what type of project will i use?
Example:
In Start > Run or in command prompt , type:
c:\param.exe john
Return:
return in m...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20970356.html
Zones:
Visual BasicDate Answered: 04/28/2004 Rating: 8.2 Views: 0
Hello expert ,
i can ran BAT file by this code
<script language="VB" runat ="server">
Sub Page_load(sender as object, E as Eventargs)
Dim s As New System.Diagnostics.Process
...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21807167.html
hi! i would like to pass 2 string parameters to a executable file. and the application must run depending on these values. how to pass the variables as parameters to a exe file in dos prompt. pleas...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20076225.html
Zones:
Visual BasicDate Answered: 12/31/2001 Rating: 7.6 Views: 0
Hi guys,
I have a VB program compiled that I have to run with parameters.
For example, I need to run project1.exe /vl=34234 or project1.exe /nt=3554, etc...
How do I recognize the paramet...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21396622....
Zones:
VB ControlsDate Answered: 04/20/2005 Rating: 9.2 Views: 0
I want this command to work when a user clicks on a hyperlink in frontpage. I copied the mstsc.exe to my server, and this does not work
mstsc.exe -v:poserver
I type this as the hyperlink(server...
http://www.experts-exchange.com/Web_Development/Software/FrontPage/Q_24214247.html
Zones:
FrontPageDate Answered: 05/13/2009 Rating: 9.0 Views: 0