Sudoku Explainer

Everything about Sudoku that doesn't fit in one of the other sections

Re:

Postby hendrik_monard » Wed Apr 19, 2023 8:08 pm

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)

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.
Thank you very much.
hendrik_monard
 
Posts: 83
Joined: 19 April 2021
Location: Leuven (Louvain) Belgium

Previous

Return to General