Skip to content

Approximates the current location of Internet Explorer on your system

License

Notifications You must be signed in to change notification settings

davidtheclark/locate-ie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

locate-ie experimental

Find Internet Explorer on your system.

Usage

var locateIe = require('locate-ie');
// Use a callback
locateIe(function(l) {
  console.log(l);
});
// Use the returned Promise
locateIe.then(function(l) {
  console.log(l);
});

CLI Usage

stdout path to IE (or null):

> locate-ie
# C:\Program Files\Internet Explorer\iexplore.exe

About

Approximates the current location of Internet Explorer on your system

Resources

License

Stars

Watchers

Forks

Packages

No packages published