- Agregado de los fuentes de FileName_Caps.exe

This commit is contained in:
fdbozzo
2016-02-10 23:46:55 +01:00
parent fa71de99bf
commit e426b168d0
7 changed files with 420 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
*--------------------------------------------------------------------------------------
* FILENAME_CAPS.CFG
*
* FORMATO DE M<>SCARAS:
* --------------------
* filemask=FileName.Ext:FileNameCAPS.ExtCAPS
* Donde: FileName ==> Es el nombre del archivo
* Ext ==> Es la extensi<73>n
* FileNameCAPS ==> (U)ppercase, (L)owercase, (P)roper, (M)atch, (N)o change
* ExtCAPS ==> (U)ppercase, (L)owercase, (P)roper, (M)atch, (N)o change
*
* EJEMPLOS DE M<>SCARAS:
* ---------------------
* filemask=*.PDF:U.L ==> Convierte los archivos PDF a <NOMBREARCHIVO.pdf>
* filemask=*.DOT:L.U ==> Convierte los archivos DOT a <nombrearchivo.DOT>
* filemask=*.PRG:C.L ==> Convierte un archivo espec<65>fico a <Nombrearchivo.ini>
* filemask=EJeMPLo.ini:M.U ==> Convierte un archivo espec<65>fico a <EJeMPLo.INI>
* filemask=EjEmPlO.ini:P.U ==> Convierte un archivo espec<65>fico a <Ejemplo.INI>
*
* IMPORTANTE:
* -----------
* LAS CONVERSIONES SE REALIZAN EN EL ORDEN QUE SE PONGAN, COMENZANDO POR ARRIBA.
*--------------------------------------------------------------------------------------
filemask=README.ini:M.M
filemask=*.*:N.L