Declare Function MhFileDateCompare% Lib "vbtools.vbx" (ByVal File1$, ByVal File2$)
Declare Function GetPrivateProfileString Lib "Kernel" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Integer, ByVal lpFileName As String) As Integer
Declare Function WritePrivateProfileString Lib "Kernel" (ByVal lpApplicationName As Any, ByVal lpKeyName As Any, ByVal lpString As Any, ByVal lplFileName As String) As Integer
Declare Function GetTextExtent Lib "GDI" (ByVal hDC As Integer, ByVal lpString As String, ByVal nCount As Integer) As Long
Global Const TextElements = 10000 ' Number of elements in FileText$() array
Global D2$ ' For creating MsgBox statements
Global OriginalSpec As String
Global SavePath As String ' Preserve CurDir$ at time of run
Global Tagged() ' Indicates tagged files
Global K$() ' Keyname$ for INI file
Global Include$
Global Remark1$
Global Remark2$
Global Apostrophe$
Global IncludePath$
Global BO$, EO$
Global FileText$()
Global AppName$
Global PFileName$
Global Default$()
Global Question$
Global OldFileName$
Global SkippedFiles% ' How many skipped due to date/time