double forward slash

Lines beginning with // are comments and are ignored during action execution.

Syntax

//

Example

// The following command will replace the file on the C drive: 
copy "{name of drive of windows folder}\win.com" "{name of drive of windows 
       folder}\bigsoftware\win.com"

The double slashes allow you to comment your action scripts.

Version 5.1 and above