1
votes
votes
2 answers
cmd line redirect while keeping prompt window running?
how would I go about keeping the command prompt window up while with the output scrolling through the window while i am redirecting its output to a text file? Thanks
blah blah blah is here! blah blah » Close
how would I go about keeping the command prompt window up while with the output scrolling through the window while i am redirecting its output to a text file? Thanks
just wondering how I can use wildcards in dir and file names exp: string dirName = "%temp%\Pr*"; string fileName = "afile*"; if this dir* found then if this file* found in dir* copy file to new location the dir ca ...