Results 1 to 2 of 2

Thread: shell command

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    2

    Question

    i'm using -Shellcommand(),vbhide- to run a batch file.The vbhide option lets me get rid of the dos window. And when i run the code , there is a prompt asking me to either maximize, minimize or close the project window...and after i've done one of these the rest of the code is executed.
    How do i get rid of this.. maximize, minimize or close..step..and execute the code in one step.
    I tried to do away with the -vbhide option- and the code is executed in one step, but i cant get rid of the dos window.
    I tried changing the batch file but nothing works out.
    help me out.....

  2. #2
    Guest
    USe the SendKeys or SendMessage function to send the Enter key and automatically select an option.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width