Technical Articles > Batch Files

We get this question all the time from third party developers who work with us. It's a must implement in any stable batch file. The problem: We want to loop through a file where either the name or path has a space in it. Why is this a problem? Ok, consider the following lines of code: read more...
on 7th October
  • for loop
  • batch file
  • spaces in path
  • file name spaces
Actually, it's impossible to do it without calling in the troops so to speak but there is a very neat way of adding floating point numbers in a batch application. Read on. read more...
on 7th October
  • batch file
  • floating point
  • batch file arithmetic
  • batch file math