Thread: Shell comand
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pls123 pls123 is offline
external usenet poster
 
Posts: 121
Default Shell comand


Hi all !! im using this and it seems working fine..
x = Shell("C:\Userguide.exe")

but somebody suggetsed me this...that makes the same thing but opening
the dos prompt..
x = Shell("cmd.exe /c C:\Userguide.exe", 1) ...can anybody tell me... what
" ,1 " means ??

WOuld this one work fine too ??..
Shell ("C:\Userguide.exe")

tx all