Results 1 to 2 of 2

Thread: .bat file

  1. #1

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    Post

    I am inside a bat file and I want to call
    a vb application "ModifyMe.exe"
    I tried adding
    ModifyMe.exe
    to the bat file code but nothing happens.
    What do I need?
    I am in C: and the exe is in c:

    Thanks,
    Wayne

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    You have to add a complete path to your application like: C:\MyFolder\MyApp.exe

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

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819


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