Recent content by cvbusa

  1. C

    Call Shell with Parameter

    Thanks for your help ... my code is shown below for running Notepad++ with commandline options/arguments from Access VBA. strNPPathFilename = "C:\Program Files\Notepad++\notepad++.exe" strNPCmdLineOption1 = "-ro" strNPCmdLineOption2 = "-nosession" strTxtPathFilename = strTxtPath &...
Back
Top Bottom