Posts by Cleber Villa Real • 21 points
2 posts
- 
		1 votes1 answer312 viewsA: Powershell interactive script menu. I can’t quit(invalid option)It was a small problem on line 7 of Script_a. In the function, in the 3rd line: when we want to quit a function the correct command is "break". As I was using "Exit", I gave the error message. I… 
- 
		1 votes1 answer312 viewsQ: Powershell interactive script menu. I can’t quit(invalid option)I’m a beginner in Powershell and I have a little problem. I have 2 scripts (menu and submenu). I run script_A (menu) and when I select option 9 (Exit) it works as expected. But when I run script_A…