blah blah blah is here! blah blah » Close

1
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

0
votes
1 answers

c# and wildcards?

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 ...

Feedback