Open a file using software in vbs
Solved
ElexXVII
Posted messages
46
Status
Membre
-
ElexXVII Posted messages 46 Status Membre -
ElexXVII Posted messages 46 Status Membre -
Hello CCM,
I would like to know if it is possible to open a file using a software, I already know:
Thank you in advance for your answers :D
I would like to know if it is possible to open a file using a software, I already know:
Dim ShBut is it possible to choose (in the program) the software to use to open it? (For example, to open it with Notepad++ instead of Notepad).
Set Sh = CreateObject("WScript.Shell")
Sh.Run "text.txt"
Set Sh = Nothing
Thank you in advance for your answers :D