You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple bib files for several research fields and hope convert their information in one-click. I've written a bat file to automatically execute bib files in work directory:
@echo off
for %%i in (*.bib) do echo "%%i"
for %%i in (*.bib) do rebiber -i %%i -o Pub%%i
pause
exit
But a build-in command would be easier to use. Would you like to add this?
The text was updated successfully, but these errors were encountered:
Saltsmart
changed the title
Stuck in bat command file
Hope add a command for batch file execution
Mar 1, 2022
Saltsmart
changed the title
Hope add a command for batch file execution
Hope add a command for batch files execution
Mar 1, 2022
I have multiple bib files for several research fields and hope convert their information in one-click. I've written a bat file to automatically execute bib files in work directory:
But a build-in command would be easier to use. Would you like to add this?
The text was updated successfully, but these errors were encountered: