Macro Language Reference > Macros > System > savecols
  
savecols
Description
Saves current color settings, either by appending them to the end of the color definitions file being used in the current session or by creating a new color definitions file that can be loaded into PTC ALD via the -d command line option in the 3b2.bat file.
 
Example 242. Save current color settings to a file
The example below saves the current color settings to a file called mycols.3ad:
savecols "c:/3b2v386/mycols.3ad"
This file could subsequently be loaded into PTC ALD by including -d:mycols.3ad in the 3b2.bat startup file.
Syntax
savecols filename:s
savecols
[no parameter]
Append user colors to the end of the color definitions file used in the current PTC ALD session.
filename
The name of the new color definitions file to be created