'===============================================================================
' safeHtmRename by babSoftware                               www.babsoftware.com
'===============================================================================
'
' This program is licenced under the CeCILL licence (French GPL compatible)
'       http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
'
' Please send your remarks, bug reports, improvements or improvement requests to
'
'   safeHtmRename@babsoftware.com
'
'-------------------------------------------------------------------------------
'                           A PAYPAL DONATION ?
'-------------------------------------------------------------------------------
' If you like this programme, you can make a LITTLE donation by paypal at :
'
'                        paypal@babsoftware.com
'
' ... it will please all my little familly... Thank you !
'-------------------------------------------------------------------------------
'
' Description :
'   Safe rename htm files with accompaning folder (_files). No more need to
'   open on navigator, save as, and delete old file.
'   It can be installed to be accessible by the right-button Menu on any htm file
'   in explorer (Win 2000/XP...).
'   Works now for French or English versions of windows
'
' Installation :
'   Put vbs file in the folder of your choice, and register with htm files
'   by tools menu of any explorer windows :
'   1) Choose Tools/Folders options from explorer windows
'   2) select HTM file type
'   3) Clic advanced button
'   4) Add action button
'   5) fill dialog :
'       action : safeRename (or what you want)
'       application used for this action :
'         wscript.exe Drive:\yourpath\safeHtmRename.vbs "%1"
'   See screen copy joined.
'
' Use :
'   safeHtmRename.vbs pathToHtmFile [lang]
'     or directly by right-clic menu on htm file avec registration like above
'
' Localisation :
'   You can choose language ('fr' or 'en') in second parameter,
'   or you can choose default or add new language in start of the program,
'   section LOCALISATION
'
' Version :
'   1.0.0
'     Creation
'   1.0.1
'     Bug fix : loop when old file name include in end of new.
'     Check if renamed file already exists or not
'
' ToDo :
'   - Test if new file already exists or not
'   - Real installer with language option
'     (if you know a free easy program for this...)
'===============================================================================
