Questions tagged [executable-path]

36 questions
0
votes
1 answer

Defining path to executable for a custom control

I have created a custom control using VB.NET in Visual Studio 2008 that gives extensive mapping and tracking functionality to a search and rescue app. The problem I am having is that in a number of places I need to define the path to the main…
Gerry
  • 23
  • 5
0
votes
1 answer

fopen with a .app file

I am working on a Qt project which maps vowels onto a chart that have the *.sym format. My goal is to load an initial IPA chart like this. I have the *.sym files and I can load them after my application starts, but I'm not really sure where my…
erip
  • 16,374
  • 11
  • 66
  • 121
0
votes
2 answers

NULL ExecutablePath in vbScript process object

Salutations, I have the following VBScript: Option Explicit Dim objWMIService, objProcess, colProcess Dim strComputer, strList strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & strComputer &…
Ian
  • 4,169
  • 3
  • 37
  • 62
0
votes
1 answer

How to test for a valid application with NSWorkspace launchapplication in Cocoa/Xcode/OBJ-C

I have a setting for external editor that end-user can change in settings. As I want to make my software smart, I want to set button that starts this external software to disabled state, if software is not valid (maybe TextEdit has been moved to…
-1
votes
1 answer

What should I fix in my code to allow me to log-in using python and selenium?

I'm trying to login via Python and Selenium, but I can't figure out the issue with the following line: driver = webdriver.Chrome(executable_path= r'C:\Program Files (x86)', options=options) I keep getting an error in Pycharm, it says that executable…
-3
votes
1 answer

how to set executable path of chrome driver as path of the os (i want to make executable path as generic of driver-Selenium with python)

how to set executable path of chrome driver as path of the os (i want to make executable path as generic for all the system of driver-Selenium with python)
1 2
3