Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created December 5, 2017 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PrateekKumarSingh/72968443458a151b4bf46977cf4cf4bd to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/72968443458a151b4bf46977cf4cf4bd to your computer and use it in GitHub Desktop.
$PSScriptRoot = Split-path $PSCommandPath -Parent
Import-Module Gridify
$Process = "$PSScriptRoot\Get-Performance.ps1",
"$PSScriptRoot\Start-Following.ps1",
"$PSScriptRoot\Start-UnFollowing.ps1",
"$PSScriptRoot\Invoke-JokeBot.ps1",
"$PSScriptRoot\Invoke-Iteraction.ps1",
"$PSScriptRoot\Invoke-Iteraction.ps1 -RT",
"$PSScriptRoot\Start-MediaHarvest.ps1"
$Applications = $Process|`
ForEach-Object {
Start-Process C:\Windows\System32\WindowsPowerShell\v1.0\Powershell.exe $_ -PassThru
}
Start-Sleep -Seconds 2
$Applications | Set-GridLayout -Custom "2***,*,***" -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment