Search found 2 matches
- 27 Apr 2016 22:18
- Forum: DOS Batch Forum
- Topic: Add error feedback to batch script
- Replies: 5
- Views: 4821
Re: Add error feedback to batch script
I added a blank to the delimiters in the main FOR command so there is no need to compress the gas I see. I thought having multiple delimiters would create additional tokens in-between the commas and spaces, thank you for correcting this. I'm not sure what you mean by "compress the gas," t...
- 26 Apr 2016 03:00
- Forum: DOS Batch Forum
- Topic: Add error feedback to batch script
- Replies: 5
- Views: 4821
Add error feedback to batch script
Hey all, Here's my code, the description of what it does is below it. :: Batch script: convert plaintext coordinates into arduino-usable .ino file @ECHO off SETLOCAL enabledelayedexpansion ( :: Create a line counter SET /a line=0 :: Opening of the .ino file ECHO.float waypoints[][3] = { :: Load file...