How to run a batch file.

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

  1. #1

    Default 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
    Mike John Guest

  2. Similar Questions and Discussions

    1. TO run an Application from Batch file
      Hi, I want to run the batch file from the asp.net web(intranet)application. The batch files works fine if it has some copy or del command,...
    2. scheduled batch file does not run
      I am running a batch file that basically uses xcopy to copy files to a network share. I have scheduled it to run under the domain administrator...
    3. Cant run batch file from .asp under iis6
      what's in the BAT? -- ---------------------------------------------------------- Curt Christianson (Software_AT_Darkfalz.Com) Owner/Lead...
    4. 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.bat") but ,nothing happen any...
    5. Login batch file
      We run a NT4 server with our workstations running Win98. We have a batch file that runs a log on script when each user logs into the network. The...
  3. #2

    Default Re: How to run a batch file.

    You can try with System.Diagnostics.Process.start("c:\mybatchfile.b at")


    --
    Saravana
    Microsoft India Community Star,
    MCAD,SE,SD,DBA.


    "Mike John" <RiadeAsleh@hotmail.com> wrote in message
    news:0be301c35117$bc8c6100$a401280a@phx.gbl...
    > I want to run a batch file located on my c drive
    > file: C:\mybatchfile.bat
    >
    > sincerely yours
    >
    >
    > Mike John

    Saravana 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