Skip to content

akshinmustafayev/EasyJobPSTools

Repository files navigation

EasyJobPSTools

License Total lines Downloads GitHub repo file count GitHub repo file count

Description

EasyJobPSTools - is a PowerShell Module which enables Graphic features for your scripts

Overview

Example:

image

image

image

Available commands

  1. Show-EJInputBox - Shows Input-Box for you script
  2. Show-EJSelectFileWindow - Shows Select File Dialog and returns selected file path
  3. Show-EJSelectFolderWindow - Shows Select Folder Dialog and returns selected folder path

Installation

  1. Download release
  2. Create folder EasyJobPSTools in C:\Program Files\WindowsPowerShell\Modules
  3. Copy contents of the release to the C:\Program Files\WindowsPowerShell\Modules\EasyJobPSTools
  4. No additional steps are required. PowerShell will automatically load module

Compilation

  1. Download and install Visual Studio 2019
  2. Download source code and extract it to C:\temp
  3. Open C:\temp\EasyJobPSTools-main\EasyJobPSTools.sln
  4. Press F5 to compile

Contributing

Contribution is very much appreciated. Hope that this tool might be useful for you!