This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
start:chromateccode [2017/12/15 12:11] andre |
start:chromateccode [2017/12/15 12:21] (current) andre |
||
|---|---|---|---|
| Line 84: | Line 84: | ||
| FOR /F %%a in (Y:\Batches\%batch_number%.txt) DO ( | FOR /F %%a in (Y:\Batches\%batch_number%.txt) DO ( | ||
| set /a ptcounter=!ptcounter!+1 | set /a ptcounter=!ptcounter!+1 | ||
| - | @echo %%~na_!ptcounter!%%xa | + | @echo %%~na_file_!ptcounter!%%~xa |
| copy "%%~a" "Y:\Orders\Heat_transfer\%batch_number% %year%-%month%-%day% %hour%-%min% %days%\%%~na_file_!ptcounter!%%~xa" | copy "%%~a" "Y:\Orders\Heat_transfer\%batch_number% %year%-%month%-%day% %hour%-%min% %days%\%%~na_file_!ptcounter!%%~xa" | ||
| ) | ) | ||