' - comment

'switch to filesystem object for file operations
'layout of config file
'add error message to subject line
'clear data
'check if logged in
'print statement for adding text to log file
'message line for adding text to e-mail messages
'add log file path to error message
'error for data rejects vs. error system error on data load
'passwords in command line
'html mail
'global variable for cfg file
'error message - when data scan has invalid log path get 'DATA Scan has identified errors in the data file'
'return code
'document DCOM change
'check task flows
'ability to use const 
'branch - use stack?
'show log file path when have error
'rewrite get period range to work with all names on period dimension
'SR for error created when extracting both recurring and standard templates
'unrecognized command not logged if first command (terminated not = False)
'note on log if extract did not create a file ('no data found')
'add log path and source file path to log entry


'CONNECT UserID, Password, Server, Application
'LOAD_METADATA Load File, Log, Load Type (Merge, Replace, Clear), Check Integrity(T/F)
'LOAD_RULES Load File, Log, Check ICP(T/F)
'LOAD_MEMBER_LISTS Load File, Log
'LOAD_DATA File, Log, Duplicates (Merge, Replace, Accumulate, Replace With Security), Accumulate Within File (T/F)
'SEND_MAIL Mail Server, Sender, Password, Recipients, Subject, Debug Log Path
'MDM_EXPORT MDM_Connect Path, UserID, Password, MDM URL, Log, Export File, Book Name
'            Current Version, Previous Version
'CONSOLIDATE Scenario, Year, Start Period, End Period, Parent, Entity, Consolidation Type


[General]
BatchLog=
AppendLogEntries=
SendMail=True
MailServer=
MailSender=
MailPassword=
MailRecipient=
MailSubject=
MailDebugLog=

[Connect]
UserId=
Password=
Server=
Application=

[Load Metadata]
MetadataFile=
LogFile=
LoadType=
CheckIntegrity=

[Load Rules]
RulesFile=
LogFile=
CheckICP=

[Load Member Lists]
MemberListsFile=
LogFile=

[Load Data]
DataFile=
LogFile=
Duplicates=
AccumulateWithinFile=

[MDM Export]
MDMConnectPath=
UserID=
Password=
MDM URL=
LogFile=
ExportFile=
BookName=
CurrentVersion=
PreviousVersion=

[Consolidate]
ConsolidationType=
Scenario=
Year= 
StartPeriod= 
EndPeriod= 
Parent= 
Entity=
