Hello,
I am trying to use the Shell command and it won't start any command line windows. When I run this
nothing happens and all I get is retval =2644. I don't see the command line Window.![]()
retval = Shell("c:\WINDOWS\system32\cmd.exe", vbMaximizedFocus)
Windows applications like this one work fine and open a Calculator window.
What am I to do?![]()
retval = Shell("calc.exe", vbNormalFocus)
Thanks!
Arijit
Bookmarks