Bind save file (Slash Command): Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) (updated) |
imported>Drnuncheon (historical) |
||
Line 4: | Line 4: | ||
{{SlashCommandArticle|command=bind_save_file|options=filename.txt|note=Creates a file at a location specified by the user. This file will be in text format, and will list all bindings on the current character, one binding per line. Further, the file will be formatted correctly for import using the {{slashcommand|bind_load_file}} or {{slashcommand|bind_load}} commands. | {{SlashCommandArticle|command=bind_save_file|options=filename.txt|note=Creates a file at a location specified by the user. This file will be in text format, and will list all bindings on the current character, one binding per line. Further, the file will be formatted correctly for import using the {{slashcommand|bind_load_file}} or {{slashcommand|bind_load}} commands. | ||
* Due to limitations of the CoH/V command line parser, ''pathname'' must | * Due to limitations of the CoH/V command line parser, ''pathname'' must be enclosed in quotes if it contains spaces. Thus ''/bind_save_file "C:\coh binds\bindfile.txt"'' would be a valid command, while ''/bind_save_file C:\coh binds\bindfile.txt'' would not. | ||
* ''Pathname'' may be either a relative or fully defined path: | * ''Pathname'' may be either a relative or fully defined path: | ||
:* fully defined - C:\cohbinds\bindfile.txt | :* fully defined - C:\cohbinds\bindfile.txt |
Revision as of 02:11, 20 May 2008
This article is a stub. You can help the Wiki by expanding it.
Slash Command
/bind_save_file filename.txt
Creates a file at a location specified by the user. This file will be in text format, and will list all bindings on the current character, one binding per line. Further, the file will be formatted correctly for import using the /bind_load_file or /bind_load commands.
- Due to limitations of the CoH/V command line parser, pathname must be enclosed in quotes if it contains spaces. Thus /bind_save_file "C:\coh binds\bindfile.txt" would be a valid command, while /bind_save_file C:\coh binds\bindfile.txt would not.
- Pathname may be either a relative or fully defined path:
- fully defined - C:\cohbinds\bindfile.txt
- relative - bindfolder\bindfile.txt
- bindfolder\bindfile.txt should be located inside of the piggs directory in the install directory (C:\Program Files\City of Heroes\piggs\bindfolder\bindfile.txt).
- relative2 - ..\bindfolder2\bindfile.txt
- ..\bindfolder2\bindfile.txt would be located in the install directory, since bindsavefile looks in the piggs directory (C:\Program Files\City of Heroes\bindfolder2\bindfile.txt).
Related
- /bind_save
- /bind_load
- /bind_load_file
- /bind key commands
- /unbind key