PDA

View Full Version : Command '!' does not work



UlrichScholz
Jul 19th, 2012, 09:12 AM
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.

Mark Pollack
Aug 23rd, 2012, 07:12 AM
Hi,

Put a space between the ! and your command text, e.g.

>! dir

I often make this mistake myself. :)

Cheers,
Mark