By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!@setlocal
@echo off
echo Generating Powershell Script...
type <<- endtext > psise.ps1
Write-Host Good Day!
(get-date).tostring()
endtext
echo Launching Powershell Script in Debugger...
powershell_ise psise.ps1
echo All done!
endlocal
bdebugger psise.btm
two different debug tools