View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Cam Cam is offline
external usenet poster
 
Posts: 165
Default Access denied when running Excel from DOS prompt with runas comman

Hi

I am trying to open multiple instances of Excel using the runas command from
the DOS prompt. I am following the DOS command line method because the
start-menu-..Excel and selecting 'Run As' method is not working.

I get the following error when using the runas command:

runas /user:campc.mydomain.com\cam2 "
C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft
Office\Excel.exe"

Enter the password for campc.mydomain.com\cam2:
Attempting to start C:\Documents and Settings\All Users\Start
Menu\Programs\Microsoft Office\Excel.exe as user "campc.mydomain.com\cam2" ...

RUNAS ERROR: Unable to run - C:\Documents and Settings\All Users\Start
Menu\Programs\Microsoft Office\Excel.exe
5: Access is denied.


The user cam2 is set up with admin privileges. How can I solve this access
error?