Action #1 - PS Script #1 File: %900\replace_text.ps1 Parameters: $path = "%900\grab_images.ps1"\n$word = "@"\n$replacement = "%%40"\n$text = get-content $path \n$newText = $text -replace $word,$replacement\n$newText > $path Action #2 - PS Script #2 File: %900\grab_images.ps1 Parameters: Invoke-WebRequest &LAN/file/clips/&ALERT_DB.bvr -OutFile "%900\&CAM_leading_edge.jpg"\nInvoke-WebRequest &LAN/thumbs/&ALERT_DB -OutFile "%900\&CAM_thumbnail.jpg" Action #3 - Run script from Action #1 File: powershell.exe Parameters: -File "%900\replace_text.ps1" Action #5 - Run script from Action #2 File: powershell.exe Parameters: -File "%900\grab_images.ps1"