Fieldpiece Instruments designs hand-held test instruments exclusively for HVAC/R technicians. Fieldpiece pioneered modular expandability, a concept where a single meter uses multiple slide-on accessory head HVAC/R instruments to test most parameters field technicians use everyday. Standalone HVAC/R instruments, detectors and scales.
I would like to run command line utility recursively for all foldersin windows. I have tried with the following, but not succesfully.
Magoo3 Answers
EndoroEndoroWe have no idea of what you mean by 'successfully.' We can conclude it's not doing what you expect, otherwise you'd not be asking the question.
Now - is the problem that it's not running your utility in 'all folders'?
Shp2sdo Example
- You are only asking it to run in
'C:AMDB30-Apr-2013Input'
anddirectories in that subtree.
Are you showing us just the part you believe is at fault?
- Perhaps
shp2sdo.exe %%~nG
rather thanshp2sdo.exe %%~ni
wouldwork better for you
Or is it not giving you what you expect when you ECHO now in %%G
?
- Perhaps if you told us what you expect and what you're getting it maybe easier to help.
The reason your code does not execute is because the )
characters in your SHP2SDO.EXE arguments are closing your FOR DO loop prematurely. Those parentheses need to be escaped: