- Oct
- 364
- 17
With commands like ECHO, if you follow by several spaces it includes all spaces after the first.
If you do that with PAUSE it doesn't. Mention in Help that you can indent by putting the text in back-apostrophes, e.g.
PAUSE ` `Press any key to Exit.
If you do that with PAUSE it doesn't. Mention in Help that you can indent by putting the text in back-apostrophes, e.g.
PAUSE ` `Press any key to Exit.