(If English translation is correct

When you type a ! as first character into the Address Bar the following text is interpreted as DOS box command. For example:
Code: Select all
!dir
Thanks!admin wrote: ↑02 Nov 2018 17:03When you type a ! as first character into the Address Bar the following text is interpreted as DOS box command. For example:Press ENTER and you see the DOS box.Code: Select all
!dir
"!-escape" is referring to this "!". It escapes from the normal usage of the Address Bar.
I see.
Code: Select all
<command> sera remplacé par le texte entré dans la barre d'adresse (!-échap).
Code: Select all
<command> sera remplacé par le texte entré dans la barre d'adresse (après le caractère "!").
Yes, that's betterLeito wrote: ↑02 Nov 2018 21:23I see.
@drocc69 In that case, I would change:byCode: Select all
<command> sera remplacé par le texte entré dans la barre d'adresse (!-échap).
What do you think?Code: Select all
<command> sera remplacé par le texte entré dans la barre d'adresse (après le caractère "!").