Batch files are one of the simplest yet most powerful ways to automate repetitive tasks on Windows. From cleaning temp files to launching multiple apps at once, they can save hours of manual work.
Is this possible or not?<BR><BR>Let's say I have this rather long line:<BR><BR>someapp.exe file1 file2 file3<BR><BR>and so on. Is there anyway, to break this "long" line over many lines, and possible ...