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

Can you please show me how to save output file to another location? #7

Open
Hellen-arndt91 opened this issue Jun 22, 2021 · 2 comments

Comments

@Hellen-arndt91
Copy link

Hey I am trying to use your software and it works out of the box, I wonder if you could help me with this little issue though.
I am very new to this and scripting in general, so please bear with me if I seem slow.

.\2bbcode.bat example.md
The above works fine and prints out a bbcode file in the same directory as the 2bbcode.bat file. I am trying to get the output file saved to another directory, I have tried
.\2bbcode.bat .\example.md -o .\test\test.bbcode
It just saves it to the same location as the 2bbcode.bat file.

Can you please show me how to save it to another location? Am on windows. Thank you.

@lilydjwg
Copy link
Owner

It's not supported by the script.

However if you open 2bbcode.bat in a text editor you'll see it just calls pandoc with some arguments. You can do similar but change the destination as you want.

@Hellen-arndt91
Copy link
Author

Hey I missed your message, thank you so much for getting back to me. That sounds excellent! I've been meaning to get into pandoc anyways. I will start to look into it.

Thanks.

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

2 participants