Hi Bob Welcome to the list. i am very surprised that nothing on Win 10 pro will open the MD files. You don't even get a dialogue box asking which app you want to open the files with? Here's one way you might do what you want. There is NotePad++ which can be found at: https://notepad-plus-plus.org I think you will first need to install a LaTeX distribution before you can convert to PDF. Sorry distribution may not be the correct word but just cannot think of a better one at the moment. MicTEX is apparently a good choice for Windows and can be found at: https://miktex.org I do not know anything about creating a batch file in Windows, but you could install GNUMake which has a Windows version. I think it only works in 32-bit mode though: http://gnuwin32.sourceforge.net/packages/make.htm After installing GNUMake, you could create a 'makefile' in the directory where your MD files are and try creating the following file. test.pdf: .md .md etc pandoc -s -o test.pdf .md .md etc You will need to tab once before writing the pandoc command, for some reason MAKE doesn't like spaces. I am not a mAKE expert and there may be a better way of accomplishing this. Once you've written and saved your makefile go back to Windows Explorer and open a Windows Powershell session or Command prompt session from the File menu. (This will open either at the folder you are currently in). Type the path to GNUMake, it might be something like: C:\Users\Bob\Program Files\GNUMake\bin\make.exe Type a space and then the word 'make'. This should hopefully build your PDF file, merging all of the MD files into one PDF. HTH James > On 28 Jan 2018, at 18:27, Bob Sharp wrote: > > Have some documents downloaded from GitHub. > They have the .md extension, but cannot read them on anything I have on my Windows 10pro system. > > Would ideally like to use a converter, that runs on my system, to change the files to .pdf > (perhaps even in a batch-mode to work on all files in a folder ?) > > Would prefer an OpenSource application. > > cheers > > > > -- > You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org . > To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org . > To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/26f36b41-2b00-4cff-8c84-796ef46dbe49%40googlegroups.com . > For more options, visit https://groups.google.com/d/optout . -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/47B342C6-0882-4C44-83B8-EB7E7DB8ABBF%40gmail.com. For more options, visit https://groups.google.com/d/optout.