Results 1 to 17 of 17

Thread: Running a DOS Command WITHOUT the Command window appearing

Threaded View

  1. #8
    Member
    Join Date
    Oct 2012
    Posts
    61

    Re: Running a DOS Command WITHOUT the Command window appearing

    Quote Originally Posted by Jmacp View Post
    VB Code:
    1. Shell "cmd /k ping 127.0.0.1 >e:\ping.txt ", vbHide
    But cmd is still going to be loaded as a process.
    I was searching how to do this for quite some time... I was about to create a thread too..
    Thanks a lot...

    It'd be great if you could elaborate what /k is.
    Also what does the > before the Location of the File mean?
    Last edited by TheThinker; Dec 5th, 2012 at 11:15 AM.

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