Results 1 to 2 of 2

Thread: Open File with Exe File Command for batch

  1. #1
    PetersonClark is offline Senior Member
    Join Date
    Dec 2009
    Posts
    202
    Rep Power
    3

    Default Open File with Exe File Command for batch

    I want Exe file open target file. For ex. write >>>Open "target.img" With "XnView.exe”. Then I save this code as bat & when I run it the target file will open with my exe file. I don't mean connection; I want write code for one file only to be open with software.

  2. #2
    CollinsBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    213
    Rep Power
    3

    Default

    It should be in the form: <path1> XnView.exe <path2> target.img It is central that there is a space between .exe & <path2> The rest is a material of grammar but this will cause XnView to run target.img

Similar Threads

  1. Run batch file when PC starts
    By MorganCooper in forum Programming
    Replies: 1
    Last Post: 03-29-2010, 02:04 PM
  2. Timer On A Batch File
    By allster in forum Hardware Jargons
    Replies: 1
    Last Post: 03-08-2010, 12:04 PM
  3. Writing a Batch File to Copy File
    By louis.Scott in forum Programming
    Replies: 0
    Last Post: 01-08-2010, 04:25 PM
  4. How to get the log file from the Dos batch file Programming
    By Madge555 in forum Networking Jargons
    Replies: 2
    Last Post: 10-14-2009, 04:15 PM
  5. Batch File
    By techno23 in forum General Software Terms
    Replies: 0
    Last Post: 03-26-2008, 10:51 AM

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48