Results 1 to 2 of 2

Thread: How to execute system command from VB6.0

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Slovenia
    Posts
    40

    Post

    I've would like to execute system (DOS)
    command from VB6.0 programme.
    Can someone help me?

    ------------------

  2. #2
    New Member
    Join Date
    Jan 2000
    Location
    Germany - Augsburg
    Posts
    3

    Post

    I have do this with Shell-Command, like this.
    rc = Shell("C:\WINDOWS\ftp.exe..")
    'DOS/Batch
    rc = Shell("command.com /c x.bat")

    ----
    Anja

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