home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / lupasren / english.txt < prev    next >
Text File  |  2001-10-28  |  18KB  |  419 lines

  1. Lupas Rename v3.3 (Multi-Language Version, 725 Kb)
  2.   
  3. 1.Introduction
  4. 2.Features
  5. 3.Web & Email  
  6. 4.History
  7. 5.Code
  8. 6.License
  9.  
  10.  
  11.  
  12. ==============
  13. 1.Introduction
  14. ==============
  15.   
  16. Lupas Rename is a freeware utility that allows you to rename all the files that you want in a quick and comfortable way.  It allows you to filter, with a multiple mask, all files in a directory at the same time (including, if you want, all the files in its' subdirectories). It works with Win95, Win98, Win2Y & WinNT.
  17.  
  18. The program functions under Win9x, Windows 2000 & Windows NT.
  19. The program needs 16 Bits Screen to best view the images (Flags, Buttons...)
  20.  
  21. Files in this package:
  22.  
  23. LupasRename.exe   742.400 Bytes
  24. english.txt       (This File)
  25. spanish.txt       (Spanish Read Me)
  26. word.txt          (Translation File)
  27.  
  28.  
  29. =================
  30. 2.Features  
  31. =================
  32.   
  33. It works with the files in a specified directory. (It works with recursive directories.)  
  34. It shows the result of the Rename in a Preview Window, before renaming them. (You can activate it automaticaly or manually.)
  35. It modifies the name of any file, in the same program, from the files Window.
  36. It saves the previsualed window to an ANSI file. 
  37. Make a batch file (.BAT) to Rename from DOS console.  (Dos doesn't allow you to rename hidden files, but Lupas Rename does!)  
  38. Save/Load the configuration of all the parameters in a INI file.
  39. It allows you to begin the program maximized or in normal window.  
  40. It allows redimension of the window to any size bigger than 640x480.  
  41. Optional recall of the last working path.
  42. It allows UNDO option.
  43. It allows Sort before Renaming for any one of the columns of visualization in ascendent or descendent mode.  You can sort by Name, Path, Size, Type, Date or Attributes.
  44.   
  45. Filename Options:
  46. All the options are applied to all the filtered files.  
  47. Selection of the Filters. Multi-filters with any mask.
  48. Replace the name.
  49. Replace a text inside the file for another that you specify (with the option of exact search or not).
  50. Cut n characters to the left.  
  51. Cut n characters to the right.  
  52. Insert text before the name.  
  53. Insert text after the name.  
  54. Convert to UPPERCASE.  
  55. Convert to lowercase.
  56. Convert to First Letter.
  57. Convert to fIRST lETTER lOW.
  58.   
  59. Extension Options:
  60. Replace the extension with any other.
  61. Insert text before the extension.  
  62. Insert text after the extension.  
  63. Convert to UPPERCASE.  
  64. Convert to lowercase.
  65. Convert to First Letter.
  66. Convert to fIRST lETTER lOW.
  67.   
  68. Autonumber:
  69. Autonumber before the name.  
  70. Autonumber after the name, and before the extension.  
  71. Select the first number for the autonumber.  
  72. Select the autonumerber increment.  
  73. Indicate the leftmost zeros wanted.  
  74.  
  75. =============
  76. 3.Web & Email
  77. =============
  78.   
  79. You can find the last version in http://go.to/lupas2000  
  80. Send your Comments and/or bugs to anton@apdo.com  
  81.  
  82.   
  83. =========
  84. 4.History
  85. =========
  86.  
  87. v3.3
  88.  
  89. Additions:
  90.   Added Support to RA Files, thanks to Evgeny Efimov
  91.   Added More Languages support updated for the new version with the help menu
  92.   Improved Speed
  93.   Some Bugs corrected.
  94.  
  95. v3.1
  96.  
  97. Additions:
  98.   Support for Nintendo 64 ROMS
  99.   Added a Big Menu by pressing right click in any TextBox to help you with the variables. At the moment only in English
  100.  
  101. Corrected:
  102.   A bug when using variables with manual numbering in any base greater than 10. Corrected
  103.   Other bugs.
  104.  
  105.  
  106. v3.0
  107.  
  108. Translations:
  109.   Translated into Polish by Dawid Wr≤bel. 
  110.  
  111. Corrected:
  112.   ZeroFill now works fine with Binary, Oct and Hex Modes
  113.   Some MP3 TAGs didn't read correctly, corrected! (Reported by Dawid Wr≤bel)
  114.  
  115. Added more Options for Manual Numbering
  116.   Remember:
  117.   \N, is the current number given by the autonumber settings.
  118.   \ND, is the current number in Decimal format and ZeroFill given by the autonumber settings.
  119.   \NH, is the current number in Hexadecimal format and ZeroFill given by the autonumber settings.
  120.   \NB, is the current number in Binary format and ZeroFill given by the autonumber settings.
  121.   \NO, is the current number in Octal format and ZeroFill given by the autonumber settings.
  122.   if you want to specify another ZeroFill you must write just the number after the expression
  123.   Example: \NB12 will write the number in Binary mode and with 12 ZeroFills.
  124.   Maximum ZeroFill alowed is 64
  125.  
  126.   Now Also, Excel Mode (A,B,C...Z, AA,AB,AC...AZ, BA,BB..BZ,AAA,AAB...AAZ)
  127.     \NE, will write the current number in Excel Mode
  128.  
  129.   Also, Excel Mode with the chars you specify in the Manual TextBox in Autonumbering Options, 'ABCD' ...
  130.     \NEM, will write the current number in Excel Mode with the chars from Manual in Autonumbering
  131.     For Example, if you write in the Manual Textbox in Autonumber 'ABCD',
  132.     and you write \NEM the program will count: A,B,C,D,AA,AB,AC,AD,BA,BB,BC...
  133.     if you write in the Manual Textbox in Autonumber 'MNO',
  134.     and you write \NEM the program will count: M,N,O,MM,MN,MO,NM,NN,NO,OM,ON,OO,MMM,MMN,MMO...
  135.  
  136.   Remember: The modes \NE and \NEM doesn't work with ZeroFill.
  137.  
  138. Now Support any base for numbering:
  139.    If you write 'A' and a number or letter after the '\N' you can specify any base number, for example:
  140.    \NA, is the current number given by the autonumber settings.
  141.    \NA2, will write the current number in base 2 (Binary)
  142.    \NA3, will write the current number in base 3
  143.    \NA8, will write the current number in base 8 (Octal)
  144.    \NA0, will write the current number in base 10 (Decimal)
  145.    \NAA, will write the current number in base A (11) (0,1,2,3,4,5,6,7,8,9,A)
  146.    \NAB, will write the current number in base B (12) (0,1,2,3,4,5,6,7,8,9,A,B)
  147.    \NAC, will write the current number in base C (13) (0,1,2,3,4,5,6,7,8,9,A,B,C)
  148.    \NAF, will write the current number in base 16 (Hexadecimal) (0,1,2,3,4,5,6,7,8,9,10,A,B..,F,10)
  149.    You can use values from 2 to Z, and after then you can also use the ZeroFill Value
  150.    Example: \NA74 will write the current number in base 7 and will write 4 zeros at the left of the number.
  151.  
  152. Added More suboptions to the column's variables:
  153. Filename
  154.   \1, Column 1 Added 'N', to write only the Filename without extension.
  155.   Example 1: \1 will write the filename with it's extension
  156.   Example 2: \1N will write the filename without the extension
  157.  
  158. Size
  159. \3, Column 3
  160.   Added 'M' or 'K' to write the size in Megabytes or in Kilobytes.
  161.   Added 'Z', to write the number only if the size is greater than 0
  162.   Added ',' or '.' to format the size in miles. 
  163.   Example 1: \3K will write the size in Kbytes.
  164.   Example 2: \3KZ will write the size in Kbytes only if the size is greater than 0 bytes.
  165.  
  166.   Order: First you must use the chars 'M' or 'K' (Optional)
  167.     After that you can use the char 'Z' (Optional)
  168.     And therefore you can use ',' or '.' to format the size in thousands.
  169.  
  170.     Example with a file with size: 544209049
  171.     Example 1: \3 will write the size of the filename: 544209049
  172.     Example 2: \3M will write the size of the filename in Mb: 518
  173.     Example 3: \3K will write the size of the filename in Kb: 513454
  174.     Example 4: \3K, will write the size of the filename in Kb and formatted: 513,454
  175.     Example 5: \3K. will write the size of the filename in Kb and formatted: 513.454
  176.     Example 6: \3KZ, will write the size of the filename in Kb only if size is <> 0 and formatted: 513,454
  177.     Example 7: \3Z will write the size of the filename if size <> 0, else will write nothing: 544209049
  178.  
  179.  
  180. v2.7
  181. Added more Image Formats
  182.   TIF(PC and Macintosh)
  183.  
  184. Added Options
  185.   All the functionality of the filename options in the extension options, now you can use the same options in each item, for example search-replace, cropping...
  186.  
  187. Bugs Corrected
  188.   Corrected a bug when inserting after the extension. Reported by Tom
  189.   Corrected a few bugs (images files with 0 bytes stopped loading...)
  190.  
  191. v2.6
  192. Corrected a Bug with some formats of JPG when reporting Width, Height and Colors.
  193. Added a Hint to indicate you how many files and folders are listed in the File List.
  194. Added a Small Editor in 'More Options' from where you can write or load txt files and after use the variable '\T' to rename the files with the data text in the editor.
  195. Added Decimal, Hexadecimal, Binary and Octal format for Autonumbering
  196. Added more variables you can put in any TextBox, insert, replace...
  197.  
  198.   Added more Image Formats
  199.     Amiga Interchange Format ILBM, LBM, IFF
  200.     Deluxe Paint LBM
  201.  
  202.   Also added more extensions:
  203.     JPEG, JFIF, JIF for JPG
  204.     PCC for PCX
  205.     TARGA, PIX for TGA
  206.  
  207.   Manual Numbering
  208.     \N, is the current number given by the autonumber settings.
  209.     \ND, is the current number in Decimal format and ZeroFill given by the autonumber settings.
  210.     \NH, is the current number in Hexadecimal format and ZeroFill given by the autonumber settings.
  211.     \NB, is the current number in Binary format and ZeroFill given by the autonumber settings.
  212.     \NO, is the current number in Octal format and ZeroFill given by the autonumber settings.
  213.     if you want to specify another ZeroFill you must write just the number after the expression
  214.     Example: \NB12 will write the number in Binary mode and with 12 ZeroFills.
  215.     Maximum ZeroFill alowed is 64
  216.  
  217.   Two Digits for the Year (Optional)
  218.     In all the variables where you use the Year (by default yyyy), now you can format now to yy by writting '2' after the 'Y'
  219.     Sample: '\DY2', will write the two digits of the year of the current date
  220.  
  221.   Editor
  222.     \T, is the data in the N║ Line of the editor (from 'More Options') equivalent to the N║ line in the file list
  223.  
  224.   Html Format
  225.     \H, HTML file Title
  226.  
  227. v2.5
  228. Translated into Italian thanks to Andrea Palazzi
  229. Corrected a few bug reported by Andrea Palazzi
  230. Added Autonumbering by Directory when in Recursive Mode (Optional)
  231. Added Make a UNDO file Batch Option available after renaming files.
  232. Added New Columns
  233. Columns Availables: Name, Path, Size, Type, Ext, Date Creation, Date Modification, Date Accessed, Attributes
  234.  
  235. Added Variables for Substitutions.
  236.  
  237. Columns and Dates:
  238.   \N where N is the column number.
  239.   if you write \1 the program will write the data item in the column 1.
  240.   if you write \2 the program will write the data item in the column 2.
  241.   More Specific:
  242.   if in 'Search Text' you write 'XX' and in the 'New Text' you write '-Size \3 Ext \5-' the program will change the words XX by '-Size nnn Ext EXT-' where nnn is the file size and EXT the extension file. You can use \n for substitute by each data in any column.
  243.   If you want to write the date text from the columns 6,7 and 8 (Creation, Modification and Accessed dates) there are this options:
  244.   \6, \7 or \8, this will write yyymmdd (default), but if you want to be more specific then you can use:
  245.   \6y, \6m, \6d, \6h, for write only the year, the month, the day or the time.
  246.   Example, the modification file date (col 7) is 15 June 1972 at 12:15.
  247.   if you write '\7d-\7m-\7y' the program will write: '15-06-1972'
  248.   if you write '\7d\7m\7y' the program will write: '15061972'
  249.   if you write '\7' then program will write: '19720615', by default the program will write in the format yyymmdd
  250.   if you write '\7m-\7d, \7h' then program will write: '06-15, 1215'
  251.  
  252. MP3 Tags (only for MP3 files)
  253.   \A = Title (default)
  254.   \AT = Title
  255.   \AA = Artist
  256.   \AB = Album
  257.   \AY = Year
  258.   \AC = Comment
  259.   Example, if you write '\AY, \A' then program will write the 'Year, Title' of the sound.
  260.  
  261. Graphic Formats (only JPG, GIF, PNG, BMP, PSD (Photoshop), PCX and TGA supported at the moment)
  262.   \G = WidthxHeightxColors (default), ex: '800x600x16M'
  263.   \GW = Width
  264.   \GH = Height
  265.   \GB = Bits
  266.   \GC = Colors (by default 256, 32K, 65K or 16M) But if you want to specify the number colors then you can use \GCC
  267.   \GCC = Colors without format.
  268.   Example, a 800x600x65K image, if you write '\GHx\GBBits' then program will write '600x16Bits'.
  269.  
  270. Generate a Random Name
  271.   \R = Random name (8 characters and numbers)
  272.   \Rn = Random name (n characters and numbers, maximum 64)
  273.  
  274. Current Date
  275.   \D = Current Date (default in 'yyyymmdd hhmmss')
  276.   \DY = year (yyyy)
  277.   \DM = month (mm)
  278.   \DD = day (dd)
  279.   \DH = Current Time (Default in 'hhmmss')
  280.   \DHH = Hour (hh)
  281.   \DHM = Minutes (mm)
  282.   \DHS = seconds (ss)
  283.  
  284. Modified: Now when the Recursive Directories option is selected the program deactivates automaticaly the View Folders Option
  285. Rewrited the code for the ComboBox Rutines.
  286.  
  287. v2.0.2a
  288. The language panel is resized correctly when the size of the form is changed.
  289. Translated into PortuguΩs by Marcos F.Souza
  290.  
  291. v2.0.2
  292. Corrected a few bugs, (After Renaming, the text boxes went into read-only mode).
  293. Rewrote some routines to increment speed.
  294.  
  295. v2.0.1
  296. Now Translated into German by Michael Quack.
  297. Corrected a bug in 1024x768 or more with Font Size Selected bigger than 100%, Now it's resized correctly in all screen formats and in all font sizes.
  298.  
  299. v2.0
  300. Now Translated into French by Herve Thouzard.
  301. Now Translated into Dutch by Michiel Postuma.
  302. Added: Now, when there are errors while renaming files, due to Windows, or some opened files due to other errors, the program shows a Window with a report of the files not renamed.
  303.  
  304. v1.9
  305. The same as v1.8, but with icons in the preview Window.
  306.  
  307. v1.8 
  308. It's the same version as v1.7, but now you can change the language from the program.
  309. Now there are three languages at the moment: English, Spanish and Catalan.
  310.  
  311. v1.7
  312. Added Work with Folders:
  313. If you select the option 'Work With Folders' then the program uses the folders as if they were files.  Then the filter, the sort option and the rename option will affect the folders, too.
  314. Also added is an option to hide the files that permits working only with folders.
  315.  
  316. If you work with 'View Folders' activated then you cannot use the 'Recursive' option.
  317. The Recursive option only works with files, and requires that 'View Folders' be disabled.
  318.  
  319. Corrected: A bug with files without extension. Now it works fine.
  320.  
  321. v1.6
  322. A few Bugs corrected, thanks to Carra Bussa:
  323. After Save the Preview Window/Make Batch File/LR Options now return to its original path.
  324. Added: Now you can move by pressing Ctrl-Tab or Shift-Ctrl-Tab to go to the next tab page or the previous tab page.
  325. Added: Autonumber with Negative Numbers.
  326.  
  327. v1.5
  328. Added: Shell Extension optional.
  329. Corrected: Now you cannot enter invalid filenames in the edit text boxes.
  330.   
  331. v1.4  
  332. Corrected some bugs in the GUI. 
  333. Now allows rename of an individual file from the same window as visualization of files.  
  334. When you move up or down with the cursors to select a file, now the corresponding file is selected correctly in the previsualisation window.  
  335. Now on the option "Directory Recursive" toggles automatically to the state of Non Recursive.  
  336.   
  337. v1.3   
  338. Removed: The use of the bookstore Filemanager Toolset v2.5. Now all this programmed exclusively without third people's bookstores, this way it has been possible to reduce the size from the executable one when only putting the characteristics and options that are necessary to the program.  
  339. Added: The option of Automatic, Directory Sort Recursive, Order for any upward or descending column.  
  340.   
  341. v1.0 Final Version (non beta)  
  342. Added: Emergent menu with more options by pressing the right button of the mouse. 
  343. Added: Guardar/Cargar the options to a file INI.  
  344. Corrected small bugs with the environment: To maximize, redimension...  
  345.   
  346. v0.8.1b  
  347. Added: To generate a batch (.BAT) for a renowned manual from TWO  
  348. Added: To refresh  
  349.   
  350. v0.8b  
  351. Added: The window of the program is now redimensionable.  
  352. Added: To save the content from the previsualization window to a File .TXT  
  353. Added: To begin with the Maximized window.  
  354. Added: Remember the last working Directory.  
  355. Added: Remember the size and position of the program.  
  356.   
  357. v0.5b  
  358. Added: Undo  
  359. Added: Multi-filters (separated by point and coma, eg: * .txt; * .exe;??? .doc)  
  360.   
  361. v0.3b (First Beta Publishes)  
  362. Options of File  
  363. Filter for any mask  
  364. To replace the name for another.  
  365. To replace a text specified for another inside the named file.  
  366. To clip n characters to the left or the right.  
  367. To insert any text before, or after, the name.  
  368. To convert to UPPERCASE/lowercase or Capital  
  369. To insert Autonumbering.  
  370. Autonumber: To begin with the number n  
  371. Autonumber: To increase every time po n  
  372. Autonumber: To specify the zeros, eg 001 or 0001 or 01...  
  373.   
  374. Options of the Extension  
  375. To replace for any other one  
  376. To insert any text before or after the extension.  
  377. To convert to UPPERCASE/lowercase or Capital  
  378.  
  379. ======
  380. 5.Code  
  381. ======
  382.   
  383. This program is programmed exclusively in Borland Delphi 4 with no external libraries.
  384.   
  385. =========
  386. 6.License
  387. =========
  388.  
  389. You are free to use this program as you see fit, however an Email or Postcard would be nice.
  390.  
  391. Lupas Rename may be freely distributed as long as the files in this archive are unchanged and no fee is charged for its distribution. No part of this program may be reverse engineered, dissasembled, decompiled, or be used as part of another program.
  392.  
  393. Lupas Rename is provided "as is" and without any warranty. The author cannot be held responsible for anything that happens to you or your equipment. Use it at your own risk.
  394.  
  395. By using Lupas Rename, you agree to the terms of this license.
  396.   
  397. =========
  398. Copyright  
  399. =========
  400.  
  401. Lupas Rename is Copyright 1999 Ivßn Anton Albarracin / Genius Creator, S.L.  
  402.   
  403.   
  404. ===============
  405. Acknowledgments
  406. ===============
  407. To my brother Noel Anton for the times that I have bothered him with this program.
  408. To my friend Xavi Pallicera, for the whole help in programming (among other things)
  409. To Ingo Eckel for their excellent work with their bookstore Filemanager Toolset v2.5 of which I have learned too much.
  410. HervΘ Thouzard by his French translation. 
  411. Michiel Postuma by his Dutch translation.
  412. Michael Quack by his German translation.
  413. Marcos F. Souza by his Portuguese translation.
  414. Andrea Palazzi by his Italian translation, his reports and his tests.
  415. Dawid Wr≤bel by his Polish translation.
  416. Joan Antelman by his English corrections.
  417. Evgeny Efimov by his Pascal routines to read the TAG from Ra Files.
  418.  
  419. To anyone that uses this program, for the trust in this small program.