Want to pull off something similar to " set /p variable = x " from batch.
set /p variable = x
How can we make this happen in PS1?
Script example that im using