Search results for query: *

  • Users: GeejBud
  • Content: Threads
  • Order by date
  1. G

    setting "path" in environmental variables

    I have an application that is calling an executable with the following: Process.Start("C:\temp\some_application.exe ", argument_string) This works fine, but I would like "some_application.exe" to run without specifying the full path, such as: Process.Start("some_application.exe "...
  2. G

    Launching .exe files within VB.net - 128 character limit

    I've typically always used the Shell command to launch .exe files within my vb.net code. I pass a string with the arguments that I need. But I've run into the problem when the filepath is long and the entire string ends up more than 128 characters, Shell will not run. It is limited to a 128...
Back
Top