How to open a batch file (didn't now work)

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How to open a batch file (didn't now work)

    I trying to open a batch file.
    I tried the following syntax:
    System.Diagnostics.Process.start("c:\mybatchfile.b at")


    but ,nothing happen

    any reason why

    Sincerely yours


    Mike John
    Mike John Guest

  2. Similar Questions and Discussions

    1. batch does not work to overwrite files
      Hi, I would like to use a batch action to process a whole folder of jpeg files and make them smaller by using the save for web command. The idea is...
    2. Open file, make changes, save file, close, re-open, file contents not changed
      I've now run into this several times and it's completely destroyed all of my confidence in Ilustrator CS on Mac. I'm hoping someone can confirm that...
    3. Batch processing does not work - BUG?
      Fireworks MX - I am trying to batch process some photos to 1) export 2) resize 3) add a suffix. After selecting my options and hitting "next" the...
    4. How to run a batch file.
      I want to run a batch file located on my c drive file: C:\mybatchfile.bat sincerely yours Mike John
    5. Run shutdown.exe in batch file while logged off doesn't work?
      Hi folks, I'm trying to use the shutdown.exe in a batch file to reboot the computer at a predesignated time, but XP doesn't want to shutdown if...
  3. #2

    Default Re: How to open a batch file (didn't now work)

    Hi Mike,

    I would check the event logs to see if there were any error thrown (like
    permissions issues) that you didn't see.


    --
    Ray Dixon - Microsoft MVP
    [email]ray@NOSPAM.greeble.com[/email]
    (remove NOSPAM. from my e-mail address for a direct reply)


    "Mike John" <RiadeAsleh@hotmail.com> wrote in message
    news:002d01c35124$eefdd170$a101280a@phx.gbl...
    > I trying to open a batch file.
    > I tried the following syntax:
    > System.Diagnostics.Process.start("c:\mybatchfile.b at")
    >
    >
    > but ,nothing happen
    >
    > any reason why
    >
    > Sincerely yours
    >
    >
    > Mike John

    Ray Dixon [MVP] Guest

  4. #3

    Default Re: How to open a batch file (didn't now work)

    Hi Mike,

    I found [url]http://www.123aspx.com/redir.aspx?res=27860[/url] which shows using
    System.Diagnostics.Process.WaitForExit() to wait for the process to end. I
    hope this helps.


    --
    Ray Dixon - Microsoft MVP
    [email]ray@NOSPAM.greeble.com[/email]
    (remove NOSPAM. from my e-mail address for a direct reply)


    "Mike John" <RiadeAsleh@hotmail.com> wrote in message
    news:002d01c35124$eefdd170$a101280a@phx.gbl...
    > I trying to open a batch file.
    > I tried the following syntax:
    > System.Diagnostics.Process.start("c:\mybatchfile.b at")
    >
    >
    > but ,nothing happen
    >
    > any reason why
    >
    > Sincerely yours
    >
    >
    > Mike John

    Ray Dixon [MVP] Guest

Posting Permissions

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

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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139