啟動以 ASCII 格式儲存的文字編輯器 (例如,Windows 的記事本或 Mac OS 的 TextEdit)。
在文字編輯器中,輸入 grid on。
在下一行,輸入 ltscale 3.0。
在下一行,輸入 layer set 0 color red 0。
加入一個空行。
將檔案儲存為 ASCII 文字格式 (TXT 檔),副檔名為 .scr。
腳本檔可能包含註解,例如:
; Turn grid on
grid on
; Set scale for linetypes
ltscale 3.0
; Set current layer and its color
layer set 0 color red 0
; Blank line above to end the LAYER command