Skip to content

Release 3.2

Compare
Choose a tag to compare
@VectorBCO VectorBCO released this 19 Apr 21:58
  1. Code optimized. Added verification block. If operation finished successfully you got a message, otherwise you get error report on screen and in to the file log.
  2. Added function Write-FileLog for easy output information to the log file and to console (similar to tee-object)
  3. Added switch -FixEnv for fix environment variables. This switch replace Env. variable to their values. EX.: %ProgramFiles% -> "C:\Program Files"