Enter Keywords:
1 - 7 of 7(0.033 seconds)
Sort By:
 
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...
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 ?
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...
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         ...
Zones: Web Development, Win...Date Answered: 04/09/2006 Rating: 8.0 Views: 18
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...
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...
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...
Zones: FrontPageDate Answered: 05/13/2009 Rating: 9.0 Views: 0
 
  • 1