Hope this gets you started ...

Code:

Break On

$FOLDER = "%USERPROFILE%\My Documents\XXX_Restricted"

If Not Exist($FOLDER)

MD $FOLDER

; use SHELL() to call cipher on $FOLDER ...

Endif

Exit 0