diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index e033625..11b4dd7 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -18,7 +18,7 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- 2014/12/13 v1.19.38 -- Feature: Now is possible to use FoxBin2Prg for batch conversions directly from the File Explorer, without the need of vbs scripts, that sometimes can make trouble or are not permitted by IT department (Francisco Prieto) +- Feature: Now is possible to use FoxBin2Prg for batch conversions directly from the File Explorer (see README.txt), without the need of vbs scripts, that sometimes can make trouble or are not permitted by IT department (Francisco Prieto) - Feature: Enhanced Multilanguage support by 3 ways: 1-Automatic [DEFAULT] (depending on VERSION(3)); 2-By parameter, using the new method ChangeLanguage(); 3-Using the new setting "Language" in foxbin2prg.cfg - Feature: Detection of duplicated methods on vc2/sc2 files to notify those cases of vcx/scx file corruption (Álvaro Castrillón) diff --git a/README.txt b/README.txt index 2ca91ef..d19bbff 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -26/01/2014 FOXBIN2PRG v1.19 FOR VISUAL FOXPRO 9 BINARIES Fernando D. Bozzo (fdbozzo@gmail.com) +13/12/2014 FOXBIN2PRG v1.19 FOR VISUAL FOXPRO 9 BINARIES Fernando D. Bozzo (fdbozzo@gmail.com) Blog: http://fdbozzo.blogspot.com.es/ Project info: https://vfpx.codeplex.com/wikipage?title=FoxBin2Prg @@ -34,15 +34,21 @@ USE: DO FOXBIN2PRG.PRG WITH "\archivo.scx" ==> Generates the TEXT version sc2 extension DO FOXBIN2PRG.PRG WITH "\archivo.sc2" ==> Regenerates the binary version with scx extension -USEFUL TRICK: -You can create shortcuts for all vbs scripts in the "SendTo" folder on your user Windows Profile, so you can "send" -the selected file (pjx,pj2,etc) to the selected script, and make on-the-fly conversions. -In example: Select a file, right-click, SendTo -> VFP9_FoxBin2Prg.vbs +USEFUL SETUP: +You can create 3 shortcuts of FoxBin2Prg.exe and move them to "SendTo" folder on your Windows profile, +so you can "send" the selected file (pjx,pj2,etc) to the selected option, and make on-the-fly conversions, +then rename them as this (make sure you can see system file extensions): + +Name------------------------ Right-click/Properties/destination----------- What you can do with this option--------- +FoxBin2Prg - Binary2Text.lnk \foxbin2prg.exe "BIN2PRG-INTERACTIVE" Process directories or individual files +FoxBin2Prg - Text2Binary.lnk \foxbin2prg.exe "PRG2BIN-INTERACTIVE" Process directories or individual files +FoxBin2Prg.lnk \foxbin2prg.exe "INTERACTIVE" Process individual files + +In example: Select a file, right-click, SendTo -> FoxBin2Prg + LOCALIZATION: -If file [foxbin2prg.h] is created, texts to other languages can be translated. En example -file [foxbin2prg_en.h] is attached with english translation. -Recompiling is necesary to update the strings from the include file. +Is automatic starting at v1.19.38 (Languages: EN,ES,FR,DE) FINAL NOTE: @@ -87,15 +93,21 @@ USO: DO FOXBIN2PRG.PRG WITH "\archivo.scx" ==> Genera la versión TEXTO con extensión sc2 DO FOXBIN2PRG.PRG WITH "\archivo.sc2" ==> Regenera la versión binaria con extensión scx -TRUCO UTIL: -Se puede crear accesos directos de todos los scripts vbs en la carpeta "SendTo" del perfil del usuario, para poder "enviar" -el archivo elegido (pjx,pj2,etc) al script seleccionado, y así hacer conversiones al vuelo. -Por ejemplo: Seleccionar un archivo, click-derecho, Enviar A -> VFP9_FoxBin2Prg.vbs +CONFIGURACIÓN UTIL: +Se puede crear 3 accesos directos de FoxBin2Prg.exe y moverlos a la carpeta "SendTo" de su perfil de usuario Windows, +para poder "enviar" el archivo elegido (pjx,pj2,etc) a la opción seleccionada, y así hacer conversiones al vuelo, +luego puede renombrar y modificar esos accesos directos como sigue (asegúrese de que puede ver las extensiones del sistema): + +Nombre------------------------ Click-Derecho/Propiedades/destino------------ Qué puede hacer con esta opción---------- +FoxBin2Prg - Binary2Text.lnk \foxbin2prg.exe "BIN2PRG-INTERACTIVE" Procesar directorios o archivos individuales +FoxBin2Prg - Text2Binary.lnk \foxbin2prg.exe "PRG2BIN-INTERACTIVE" Procesar directorios o archivos individuales +FoxBin2Prg.lnk \foxbin2prg.exe "INTERACTIVE" Procesar archivos individuales + +Por ejemplo: Seleccionar un archivo, click-derecho, Enviar A -> FoxBin2Prg + LOCALIZACIÓN: -Si se crea un archivo [foxbin2prg.h], se pueden trasladar los textos a otros idiomas. Se adjunta -un archivo de ejemplo [foxbin2prg_en.h] con la traslación al inglés. -Es necesario recompilar el programa para que se actualicen los textos con el archivo include. +Es automática desde la v1.19.38 (Lenguajes: EN,ES,FR,DE) NOTA FINAL: