Useful Information When Building Scripts

The following information is useful when building scripts.

Item Description
; Denotes script comments. Add ; at the beginning of each line of the comment

Example ; this is a comment

@ Hides the command from being displayed when executing commands in a script file

Example To hide the output from the dir command: @dir

1: Selects the drive/file system. The mobile device file system is denoted by 1: . Desktops may have multiple drives.