Re: [edk2] UEFI Shell Scripting - exit command to exit the Shell

2013-09-24 Thread Michael Lorer
ink my version of UEFI Shell was too old and outdated. Thanks for your testing. Regards, Michael Von: Carsey, Jaben [mailto:jaben.car...@intel.com] Gesendet: Freitag, 20. September 2013 16:56 An: edk2-devel@lists.sourceforge.net Betreff: Re: [edk2] UEFI Shell Scripting - exit command to ex

Re: [edk2] UEFI Shell Scripting - exit command to exit the Shell

2013-09-20 Thread Carsey, Jaben
2013 11:02 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] UEFI Shell Scripting - exit command to exit the Shell Hello, I've written a little shell script and named it startup.nsh to get it automatically started when starting the shell. So far it is working just fine. But the 

[edk2] UEFI Shell Scripting - exit command to exit the Shell

2013-09-19 Thread Michael Lorer
Hello, I've written a little shell script and named it startup.nsh to get it automatically started when starting the shell. So far it is working just fine. But the 'exit' command inside my script (used without parameter /b) is just exiting the script itself and not the whole shell. If I ca