:loadPersistentVars

loads the values of the persistent variables

Description: call:loadPersistentVars filename
Dependencies: :initVarsByAttr
Script:
1.
2.
3.
4.
5.
6.
7.
:loadPersistentVars filename -- loads the values of the persistent variables
::                           -- filename [in]  - batch file name to restore from
:$created 20060101 :$changed 20080219 :$categories Persistency
:$source https://www.dostips.com
call:initVarsByAttr
if exist "%FilePersist%" call "%FilePersist%"
EXIT /b