0.2.0 • Published 9 years ago

ie-location v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ie-location experimental

Find Internet Explorer on your system.

Usage

var locateIe = require('ie-location');
// 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):

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