Command:/notepad

From the wonderful RedGuides Wiki

This command is added by MQ2Notepad

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /notepad <filename> | dir <c:\path\to\macros\folder>
Description Opens a file for editing, or sets the directory in which to find files

Options

Option Description
(no option) displays help text
dir <c:\path\to\macros\folder> Sets the folder to look for file
<filename> Attempts to open the file

Examples

  • open a character's kissassist.ini file with a variable for the name.

/notepad kissassist_${Me}.ini

See also