I have tried this command line. It works! The only thing I have to add is the replacement of the zeros with dots. The Replace function of VBA should do the job.1to9only wrote:Try this:
- Code: Select all
s = wshShell.Run("cmd.exe /c sudoku-64.exe -qFN -f%#mc puzzles.txt > minlex.txt", vbHide, True)
Thank you very much.