Tagged Questions
1
vote
1answer
846 views
How to execute a windows command from firefox addon?
How to execute a windows command and display it's output using firefox addon?
For example:
ping www.stackoverfow.com
I am just trying to explore more in firefox addon development by executing a ...
0
votes
1answer
142 views
How to test for a valid application with NSWorkspace launchapplication in Cocoa/X-Code/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 ...
0
votes
1answer
407 views
Executing .exe file in Java in separate directory
I want to launch games from my apps in Windows. Many of these games rely on local files for configurations.
This is currently how I run/execute files outside of my application
Process r = ...
2
votes
2answers
114 views
Running a packaged exe in the same folder as the installed firefox add-on
I have read this thread, and some other
How to run a local exe in my firefox extension
The problem is, at deployment and using firefox 4.0.1, if I install the .xpi extension, the xpi is put inside ...
1
vote
4answers
955 views
C# Windows Application - Linking a button to start a game
I believe I have been taking the right approach to this so far, but I would like to have a button start a video game on my computer.
So far, I have a button linking to a process:
void ...