ShellExecute is a Win32 API function used to launch document files

learn more… | top users | synonyms

0
votes
0answers
23 views

Python win32api doesn't work in Apache 2.2

I've got a problem printing. I'm using the win32 API: win32api.ShellExecute (0, "print", myfile, None, ".", 0) This works just fine if I don't run Django through apache but when I use apache it ...
1
vote
0answers
13 views

Whether Shellexecute will share environment variable with launching process

Program 1 uses SetEnvironment and calls ShellExecute to launch Program 2. Program 2 calls GetEnvironment and retrieves value from it. Surprisingly this is working as i have read in MSDN, ...
0
votes
0answers
10 views

ShellExecute runas internet explorer cause IE to hang

I am trying to run internet explorer in admin mode using shellExecute/shellExecuteEX from my visual c++ application.I am using "runas" verb to do so. I need to do this to update DRM Individualization ...
1
vote
0answers
27 views

associating files to a program from python

So, I have written a python app that runs on system startup on Windows7/8/Vista/XP. The first time it is ran, I want it to associate a few file types/extensions with a certain program which is on the ...
2
votes
2answers
103 views

How do I open a file with the default text editor?

I want to open a *.conf file. I want to open this file with the standard Windows editor (e.g., notepad.exe). I currently have this ShellExecute code: var sPath, conf: String; begin try sPath ...
1
vote
0answers
125 views

Delphi: Print PDF with ShellExecute()

I want to print a PDF from Delphi directly (Version 6.0, I know it's old stuff, but they use it here...). So far I used the following command: printCommand := 'print'; printerInfo := ''; ...
1
vote
1answer
27 views

How to shellexecute a tempory installer file?

SHELLEXECUTEINFO shExecInfo; shExecInfo.cbSize = sizeof(SHELLEXECUTEINFO); shExecInfo.fMask = NULL; shExecInfo.hwnd = NULL; shExecInfo.lpVerb = _T("runas"); shExecInfo.lpFile = filePath; ...
0
votes
0answers
61 views

How can I verify a program that I opened using ShellExecute is ready to receive keyboard input?

I am currently working on writing a simple program to automatically update Firefox using Firefox's built in update service (accessed from menu -> help -> about). I am opening Firefox using ...
0
votes
1answer
42 views

How to execute an executable from Linux with javascript

I'm making an application for D-bus in javascript. I need to call an executable from the javascript code and I know that it's possible to do it in Windows like this var activeXObj = new ...
1
vote
2answers
167 views

Open URL with ShellExecute - SW_SHOWMAXIMIZED dont active window in C++

I used this function to open new tab in Chrome and active it: ShellExecuteA(0,0,"chrome.exe","http://google.com --incognito",0,SW_SHOWMAXIMIZED); but Chrome only open new tab but it doesnt active ...
-1
votes
2answers
53 views

What is meaning of this .*)\.[0-9]+$ regular expression?

What is meaning of this .*)\.[0-9]+$ regular expression? Anybody let me know please !
0
votes
0answers
48 views

Does ShellExecute have memory leak?

I'm learning C++. When I call _run_file("otherapp.exe",""), current app's memory raise up 1MB. Is any memory leak here? If have, how to fix it? Thank you very much! void _run_file(LPSTR file, LPSTR ...
2
votes
2answers
202 views

ShellExecute hangs opening new browser window if default is Chrome or IE

I used this code (from MSDN) to open the default browser. Private Declare Function ShellExecute _ Lib "shell32.dll" _ Alias "ShellExecuteA"( _ ...
0
votes
1answer
136 views

Open a file automatically when USB is inserted

Ive been looking for answer to this questions for days, and still I haven't found anything about it. I'm trying to execute a .exe file when a USB flash drive is plugged in - WITHOUT asking the user ...
1
vote
2answers
201 views

How to get AppPath to Executable file's directory using C language on Windows (using MinGW gcc )

My executable file is in this place --> D:\Examples\C_Pro\newApp.exe Also in that "C_Pro" folder contain several files ( file1.txt, file2.txt, file44.exe, newApp.c ) In my newApp.c file, I includes a ...
0
votes
1answer
573 views

Opening Word document from VB6 in Windows 7/8 issue

I have an old VB6 app that opens an Word document (.doc). It has worked perfectly on Windows XP for a long time. My problem is that when I install the app on Windows 7 or Windows 8, the code will ...
0
votes
1answer
295 views

Multiple 'cmd.exe' commands in one ShellExecuteEx under Delphi

I'm trying to have multiple commands executed in one ShellExecuteEx. Each command has its own parameters. How do I do this ?
1
vote
1answer
210 views

passing file path as argument in shellexecute

i want my other c++ program to be run from another file so i am using shell execute. Mu code is : #pragma comment(lib,"shell32.lib") #include "windows.h" #include<Shellapi.h> ...
1
vote
1answer
178 views

What is the difference between opening the command prompt with ShellExecute() vs. by hand?

I'm trying to run a java program via a windows program I created as a sort of "Launcher" application. Normally to run this java program I would either run a batch file or go directly to the cmd prompt ...
1
vote
1answer
214 views

Shellexecute Return Value error messages

I'm getting the return value when I call ShellExecute - an integer. Where can I get the associated error messages? I know they're general, but I've seen messages in the MS documentation.
1
vote
1answer
222 views

Trying to call ShellExecute to run Mysql and a sql script

I've been trying to use ShellExecute from within a Delphi app to open Mysql and run a script. ShellExecute(Handle, 'open', PWideChar(InpCommandProgram.text), PWideChar(commandline), nil, ...
1
vote
0answers
155 views

Using ShellExecuteEx to open file properties sheet under explorer process, not calling process

My issue is with a PropertySheetExtension, but the same behavior seems present with the default file properties sheet. The issue with the following code: // Snippet from ...
0
votes
2answers
185 views

How to give PARAMETERS to batch files .BAT and execute them with System.Shell.execute

I am developing a software for windows and there is a function that I need to “System.Shell.execute” a batch file but I want it to have two functions (parameters) So when I execute: ...
1
vote
1answer
249 views

Implementation of unix terminal background process.

I'm writing my own shell in c, and problem is in implementation of background process. Now on BASH whenever we execute a process ending with '&' then that process goes in background and start ...
7
votes
1answer
251 views

Is there a way to detect if a monitor is plugged in?

I have a custom application written in C++ that controls the resolution and other settings on a monitor connected to an embedded system. Sometimes the system is booted headless and run via VNC, but ...
2
votes
3answers
678 views

Delphi ShellExecute not working in Windows 7

I just KNOW this is something simple, but I've tried all of the suggestions I could find on this forum, and I still can't get the following ShellExecute statements, which worked perfectly well for ...
1
vote
1answer
219 views

php execute command tcpdump

I know to execute the command should be root, and I find the popen() in php maybe help me to do it. But my code does not work, I do not know the reason...... My code is: $sucommand = "su --login ...
2
votes
2answers
50 views

Calling a Powershell script from another software

I try to run a Powershell script from TeXworks, a LaTeX editor. The call itself works but I get an error message stating that the execution of scripts is deactivated on this system. I already tried ...
0
votes
3answers
805 views

How to call PHP file from a shell script file

I have no idea about shell scripting . I need a shell script which has a loop . In each loop it needs to call a PHP file with some parameters . Is there any way to do it ??
5
votes
1answer
262 views

How to launch the associated application for a file / directory / URL?

Linux seems to be easy: xdg-open <file/directory/URL>. Apparently, Mac is similar: open should be used instead of xdg-open. I don't have access to a Mac so I couldn't test it. For Windows, I ...
0
votes
1answer
97 views

Can ShellExecute run in active session?

I have a command that i need run by cmd.exe when something happens in my program. Let's say the command is "calc.exe". When i use ShellExecute: HWND win = GetActiveWindow(); ...
2
votes
1answer
236 views

ShellExecute Adobe Reader XI Security Warning Dialog Settings

I have a program which shells (using ShellExecute) Adobe Reader to open an FDF with a linked PDF on a mapped drive. The program inserts registry settings to setup the trusted locations prior to ...
0
votes
1answer
151 views

how to call 2 or more shellexecute functions in a program

I am a beginner in winapi c++ on windows platform, i need to execute 3 exe files,i.e the installation programs, in one single program. i used shellexecute, exec v, system calls but all are exiting the ...
0
votes
1answer
395 views

Programmatically opening multiple URLs in default browser [duplicate]

Possible Duplicate: Open link in same browser tab How to do it in such a way that the URLs open in one browser window, each in separate tab? It there a way to do it in general way for all ...
0
votes
0answers
109 views

how to open a service properties dialog

I would like to add a button to my application ( frontend to a service) that will open the service properties dialog (like in services mmc snapin ) for my service. There are numerous examples to open ...
0
votes
1answer
194 views

Command won't work with PHP exec() but doing fine if run through prompt

I'm trying to use a SWATH (http://www.cs.cmu.edu/~paisarn/software.html) to work on my project. Basically the program will break down the sentence into set of words. I have everything installed and ...
0
votes
1answer
438 views

How to terminate a program started with ShellExecute

In MFC, I am using this code ShellExecute(NULL, _T("open"), _T(EXTERNAL_APP), params, _T(EXTERNAL_PATH), SW_HIDE); to start an external program which runs in the background. However ...
1
vote
0answers
198 views

Starting application from background process

I'm working a small WPF based program for launching applications through system wide hotkeys implemented using hooking. I'm implementing it in C# and Visual Studio 2010. When I detect the specific ...
1
vote
2answers
247 views

How to open an embedded string resource with Notepad?

I added help.txt file in Resources as text file, and did like this: private void helpButton_Click(object sender, MouseEventArgs e) { ...
2
votes
1answer
802 views

ShellExecute failing if spaces in Path

I have a Delphi application that uses ShellExecute to call a second Delphi Application on a button press. The applications are stored on the same server, on the same network share. Their paths are ...
-1
votes
2answers
294 views

GoDaddy Cron Job issue with Shell and Perl Script

i created a Cron Job on my GoDaddy Server, named "SponUpdate.sh" here is the code for this file #!/bin/bash /usr/bin/perl /home/content/14/5959214/html/cgi/JLLoadSponFRJ.pl /usr/bin/perl ...
0
votes
0answers
158 views

Third party application not open from vb.net through process.start or shell

We are using windows application for our project. and need to call third party application from my application. Actually when we run this application with parameters from Windows + run, it will ...
3
votes
2answers
479 views

Python's win32api only printing to default printer

I'm trying to use win32api to output a PDF document to a particular printer. win32api.ShellExecute(0, "print", filename, '/d:"%s"' % printername, ".", 0) filename is a full pathname to the file, ...
1
vote
1answer
348 views

PHP shell_exec cp -r

The following PHP code creates a folder called "example.com" inside the "website.com" folder. $src = "/home/www/example.com/"; $dest = "/home/www/website.com/"; shell_exec("cp -r $src $dest"); ...
1
vote
1answer
353 views

Open 64 bit regedit from 32 bit application

I'm trying to use ShellExecute to open the 64 bit Regedit from my 32 bit application. I noticed in Process Explorer that if I open Regedit normally, it says the image is 64 bit, but if I open ...
1
vote
2answers
440 views

ShellExecute get access to open folder

I'm using ShellExecute(NULL, L"open", szSomeDirectory, 0, 0, SW_SHOWDEFAULT) to open a directory in explorer. I'm trying to open a directory that I would normally be prompted with You currently do ...
0
votes
0answers
58 views

Grails trigger remote sever no response

I want to use Grails to remotely execute some shells on servers. When I test shells on terminal, everything works fine. But when I use them on Grails, I can not get shells' exitValue. So I checked ...
-1
votes
1answer
69 views

Spawn process with restricted ram? [duplicate]

Possible Duplicate: How to launch proccess with limited memory? I want to spawn a process but I don't want to allow the memory usage to go over 100mb. How may I spawn it in .NET and have it ...
8
votes
1answer
1k views

ShellExecute fails if run from elevated process and non-default browser set in Windows 8 RTM

Set non-default browser in Windows 8 RTM (Chrome, Firefox) and try to run code like this: ShellExecute(NULL, "open", "http://stackoverflow.com", NULL, NULL, SW_SHOWNORMAL); It's ok. But then change ...
1
vote
1answer
856 views

Declare Function Excel Vba using shell32.dll

Can someone tell me what is going on with the code below: 'Variables at top of module or some function/sub here Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal ...

1 2 3 4 5 6