View Single Post
Old 13th January 2021, 22:22   #625  |  Link
Masutin
Registered User
 
Join Date: Oct 2009
Posts: 42
The source file required an extention, in my case, txt. You might want to mention this in the help or add an error message for this.
Anyone on Windows might find this pattern useful.
Code:
@echo off
set f=[Path\]name.txt
set in=23.976
set out=25
set path=
for %%f in ("%f%") do %Path%chapterEditorCLI -f %in% %out% %%f

Last edited by Masutin; 13th January 2021 at 22:41.
Masutin is offline   Reply With Quote