Commands & Syntax > Commands > System >

www.perfectkeyboard.com

 

Set system DATE - < setsysdate >() ... [Pro]

 

Set system DATE
<setsysdate>(Year,Month,Day)
Available in: Professional edition

Sets system date. Note: Thos cpmmand requires administrator privileges.

 

#

Parameter name

Parameter description

1

Year

Year of the newly set date.

2

Month

Month of the newly set date.

3

Day

Day of the newly set date.

 

Example (Macro Steps):

 

1

<#> <#> This macro will set system date Feb 1, 2004

2

Macro execution: ONLY COMMANDS

3

Set system DATE Year=2004, Month=2, Day=1

Example (Plain Text):

 

<#> This macro will set system date Feb 1, 2004

<#>

<cmds>

<setsysdate>(2004,2,1)