atom-community / atom-community/atom-script
Add support for VBScript / Open a file with its default program
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
Assuming 'c' is your main drive, and that you're running windows. VBScript (.vbs) runs with the following application:
"C:\Windows\System32\wscript.exe"
However, by default, a double click on the file will also run it so adding an option to run a file with whatever default program usually runs it would be ideal and would allow for other items like html, hta, jscript etc... to run with their default programs.
Contributor guide
Assessment
This issue has not been assessed yet.