/
setMarkingMenuFile

setMarkingMenuFile

Description

Sets the file where Shogun Post loads and saves your marking menus.

Functional area

System

Command syntax

Syntax

setMarkingMenuFile MarkingMenuFile[-save]

Arguments

Name Type Required Comments
MarkingMenuFile string yes Name of the file whereShogun Post loads and saves your marking menus. Use forward-slashes instead of back-slashes for all file paths.

Flags

Name Flag arguments Argument type Exclusive to Comments
save 0 Causes the current marking menus to be saved to the given file. If not specified, then the marking menus in the file will be loaded.

Return value

void

Examples

// Save your marking menus to the root of your C: drive
setMarkingMenuFile "C:/MyMarkingMenus.hsl" -save;

Additional information

Related commands