Hi all, I'm trying to use lpr for printing under win10 64bit Pro (after installing the lpr "windows feature"), using the following line in config.txt: LPT1 = "%windir%\system32\lpr.exe" -S 192.168.193.83 -o l -P print #LPT1.asc but then, I get a popup "could not start C:\WINDOWS\system32\lpr.exe" However, when I enter this line directy in a windows CMD box in c:\vDos, the file gets printed with no problems. When I replace lpr.exe by notepad.exe (and remove the -S, -o, -P switches), then notepad opens...