Using ShellExecute

S

SteveE

I've written a program that uses shellexecute to open "PDF" files in IE
The "PDF" files are on our local network.

One of the two XP machines on the network has no problem opening th
files when logged in as a limited user. However the second machin
cannot open the files whne logged in as a limited user, but can whe
assigned administrative rights.

If logged on as a limited user, I can type the address:
http://mfg/cat/test/test.pdf
and the file will open. Trying to open the same page usin
shellexecute fails.

I believe there is a security setting preventing shellexecte fro
running.

HELP

Steve
 
D

David H. Lipman

From: "SteveE" <[email protected]>

| I've written a program that uses shellexecute to open "PDF" files in IE.
| The "PDF" files are on our local network.
|
| One of the two XP machines on the network has no problem opening thefiles when logged in
| as a limited user. However the second machinecannot open the files whne logged in as a
| limited user, but can whenassigned administrative rights.
|
| If logged on as a limited user, I can type the address:
| http://mfg/cat/test/test.pdf
| and the file will open. Trying to open the same page usingshellexecute fails.
|
| I believe there is a security setting preventing shellexecte fromrunning.
|
| HELP
|
| SteveE-- SteveE

I suggerst the following News Group for scripting questions...
microsoft.public.windows.server.scripting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top