blah blah blah is here! blah blah » Close

0
votes
0 answers

Calling a Windows 7 .bat file from C# Vs2008

I have a windows 7 .bat file that runs just fine from the command window, but when I try to call it in Vs2008 C# .Net 3.5 it doesn't execute! Here is the .bat: @echo off echo Hello There so and so!! >> jtDateTime.txt For /f &qu ...

Feedback