Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

batchfiles

  1. RobertJSawyer

    How to? Suppress "File Not Found" in a batch file

    My batch file is one line: dir *.$?? /4/p/h/k/m It correctly reports only the filenames if any with the extension .$?? exist I simply want to suppress the "file not found" message if no such files exist. (I actually use 4DOS.) Many thanks!
  2. H

    Euro sign € does not work in TCC batch files

    Hi, following case: There are several archived files in a folder named 9€_.....jpg When I run "dir /b 9€*.* >a:\Archived.txt" in a batch file all these 9€_....jpg are properly shown with the €-character in Archived.txt However, when I run "set file=%@line[a:\archived.txt,0]" and then "echo...
Back
Top