User Profile

Collapse

Profile Sidebar

Collapse
FireImp
FireImp
Last Activity: Nov 10 '08, 08:10 PM
Joined: Aug 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Wow thanks!!! All that pain and suffering because I was putting the working directory in quotes.
    See more | Go to post

    Leave a comment:


  • The batch files works fine if you click on it. Or if you create a shortcut to it. Both mybatchfile_cal led1.bat, and mybatchfile_cal led1.bat are located in the same directory provided by pathToScripts.

    I really believe that C# should be able to able to emulate the functionality and behavior of a shortcut.
    See more | Go to post
    Last edited by FireImp; Aug 25 '08, 09:52 PM. Reason: clarification

    Leave a comment:


  • FireImp
    started a topic Chaining batch files from within a C# application
    in .NET

    Chaining batch files from within a C# application

    So I've read a lot of post about how to run a batch file from within the C# program. And I followed the instructions with a few alterations to fit my needs. First I am using cmd.exe to actually run the script because I want to take advantage of the /K option, so that the log will be onscreen. And second the batch file must be able to call other batch files in a cascading effect. Which it isn't able to do.

    So when I run the follow...
    See more | Go to post
No activity results to display
Show More
Working...