Many changes. Detailed on Readme.md under what's new

This commit is contained in:
jhoneill
2018-06-25 14:06:43 +01:00
parent f689c84d04
commit a3693a7faf
8 changed files with 1252 additions and 551 deletions

View File

@@ -24,7 +24,7 @@
Get-Process -Name "excel" -ErrorAction Ignore | Stop-Process
while (Get-Process -Name "excel" -ErrorAction Ignore) {}
}
$Path = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($Path)
#If -Create was not specified only open the file if it exists already (send a warning if it doesn't exist).
if ($Create) {