Home Forums HTBasic Forum WIN-PRINT driver problems in Windows 7 Reply To: WIN-PRINT driver problems in Windows 7

#427
ZeRider
Participant

    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”

    Scroll to Top
    HTB icon

    Please Sign In