I'm running the example shell (helloworld) on Windows 7 with Spring Shell 1.0.0 M1. Help lists '!' as one of the available command but '! dir' does not work.
The attachment helloworld.txt shows the full console output.
Printable View
I'm running the example shell (helloworld) on Windows 7 with Spring Shell 1.0.0 M1. Help lists '!' as one of the available command but '! dir' does not work.
The attachment helloworld.txt shows the full console output.
Hi,
Put a space between the ! and your command text, e.g.
>! dir
I often make this mistake myself. :)
Cheers,
Mark