Home › Forums › HTBasic Forum › WIN-PRINT driver problems in Windows 7 › Reply To: WIN-PRINT driver problems in Windows 7
July 12, 2017 at 1:26 pm
#427
Perhaps you could try to send directly your DOS command with a synthax like this :
EXECUTE CHR$(13) & Command$
or other option create a batch file with all your necessary commands inside and execute it with HTBasic
Command$=”cmd /C start /MIN MyFile.bat”