$Text "string"
| Format | Description |
|---|---|
| \" | The '"' character |
| \' | The ''' character |
| \\ | The '\' character |
| \n | New line `\n' |
| \t | Tab `\t' |
| \a | Bell |
| \b | `\b' |
| \f | `\f' |
| \v | `\v' |
| \N \NN \NNN |
Octal characters code for the OEM code page |
| \xNN | Hexadecimal characters code for the OEM code page |
REGEDIT ;create the new folder named by the current date [HKEY_CURRENT_USER\Software\Far\KeyMacros\Shell\CtrlShiftF7] "Sequence"="%Folder=date(\"%d.%m0.%Y\"); $If (!panel.fexist(0,%Folder)) F7 $Text %Folder Enter $End" "DisableOutput"=dword:00000001 "NoPluginPanels"=dword:00000001