I need to make these commands run all together. So i am going to make them run as a batch file then call each line individually to make a pop up message appear on the screen.
But I have tried different methods of trying to get them to run as one single line but cant seem to get it working - any help would be appreciated
Powershell
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
[System.Windows.Forms.MessageBox]::Show("We are proceeding with next step." , "Status")
would be great if you guys could help