Tstudent 1 Posted August 18, 2010 I don't know if it's possible. My ".CSV" files are associated with Excel. This is ok for me. For only one file i want that ".csv" file is opened by notepad. So, is possible to instructe autoit to open that file with notepad? Thank you Share this post Link to post Share on other sites
water 2,424 Posted August 18, 2010 Yes, it's possible. Something like this should do the job: ShellExecuteWait("notepad","c:\temp\test.csv") My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2021-04-14 - Version 1.5.3.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2021-04-13 - Version 1.6.4.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (NEW 2021-04-13 - Version 1.4.0.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Tstudent 1 Posted August 18, 2010 Yes, it's possible. Something like this should do the job: ShellExecuteWait("notepad","c:\temp\test.csv") Thank you, it works perfectly Share this post Link to post Share on other sites