Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hope add a command for batch files execution #45

Open
Saltsmart opened this issue Mar 1, 2022 · 0 comments
Open

Hope add a command for batch files execution #45

Saltsmart opened this issue Mar 1, 2022 · 0 comments

Comments

@Saltsmart
Copy link

Saltsmart commented 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:

@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?

@Saltsmart Saltsmart changed the title Stuck in bat command file Hope add a command for batch file execution Mar 1, 2022
@Saltsmart Saltsmart changed the title Hope add a command for batch file execution Hope add a command for batch files execution Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant