| Diff HDD | Reading and writing are processed respectively in parallel by separate threads. |
| Same HDD | Reading is processed until the big buffer fills. When the big buffer is filled, writing is started and processed in bulk. |
| 1. The last character of DestDir is '\' |
Copy source directory that including itself to DestDir. (DestDir\SourceDir\Contents_of_SourceDir) |
| 2. The last character of DestDir is NOT '\' |
Copy source directory's contents to DestDir. (DestDir\Contents_of_SourceDir) But, if it is specified multiple directories in Source, the behavior will be changed to 1. |
| Mode | Detail |
|---|---|
| Diff (No Overwrite) | Copy if the same filename does not exist in destination. |
| Diff (Size/date) | Copy if size or date is different, or if it does not exist (in default) |
| Diff (Newer) | Copy if source file timestamp is newer or does not exist. |
| Copy (Overwrite) | Always copy/overwrite all. |
| Sync (Size/date) | Copy if size or date is different, or does not exist. In addition, delete all destination files/directories that do not exist in source. |
| Move (Overwrite) | Always copy/overwrite all and delete all copied source files. (It is able to change "Move (Overwrite all)" -> "Move (Size/date)" in settings dialog.) |
| Delete | Delete all files/dirs by force. |
| Execute | The copy operation is executed. While executing, the button changes to "Cancel..." button. - With pushing CTRL, the confirmation dialog is displayed. |
| Listing | The files and directories list that will be copied and deleted are displayed. '+' means copying, and '-' means deleting. - With pushing CTRL(button label "listing" -> "listing+v"), compare the file pairs that will be skipped(except skipping by filter). - With pushing Shift(and if filelog is enabled), write listing contents to filelog. (If FileDate/FileSize option in log settings is enabled, these information will be shown/written) |
| Buffer size | Specify the size(MB) of the main buffer for Read/Write operations. (ver3.0 or later, 64bit version can be specified 4096(MB) or over.) (More than twice value of Max I/O Size is required) |
| Speed Control | Specify "Full Speed", "Auto Slow"(*1), "90%"~"10%", "Suspend". If you feel it is hogging resources, it is recommended to set to "Auto Slow" (If it detects mouse moving/active window changing (and FastCopy window is not foreground), it is slowed down). If "Full Speed" is not selected, low process priority class is set. (This setting is not saved by job manage) |
| NonStop | Don't interrupt even if errors occur by Read/Write/Delete, and keep processing as much as possible. (However, errors are displayed in the main window, and recorded in the error log.) |
| Verify |
Verify written files data by MD5(or SHA-1. If you want to use SHA-1, write [main] Using_MD5=0 in FastCopy2.ini) ... Action detail: Read(Src) -> MD5(Src) -> Write(Dst) -> Read(Dst) -> MD5(Dst) -> Compare MD5(Src/Dst) (Of course, all actions are processed in parallel as much as possible) |
| Estimate | Display the estimated complete time. This will make FastCopy to investigate source tree before starting. |
| Top | FastCopy window is always top-level. |
| Start at once | Start at once without waiting for the finish of other FastCopy instance(s) executing. (This button does not show when other FastCopy is not copying.)(parallel running) |
| "?" | Show help |
| ACL | Copy Access Control List (ACL). (Only applicable to NTFS) (It is recommended to use with Administrative privilege) |
| Alt Stream | Copy Alternate Stream. (Only applicable to NTFS) |
| Wipe & Delete (prevent deleted files reviving) | Rename filename and Overwrite random data before deleting. Alternate stream is not overwritten. If NSA method is checked in setting dialog, Overwriting Random data process runs two times, and overwriting NULL data process runs once. |
| Include | It will only under the file or directory that match to the specified string (UNIX wildcard format allowed) to be copied.
It can be specified include filter strings(UNIX wildcard format). (P.S) If you want to specify two or more strings, please use semicolon as separator. If you want to specify directories, please add '\' to the end of directory name. (For example: *.txt; My Folder [0-9]\) ver3.0 or later, relative path filter is available. |
| Exclude | Don't copy the files/directories that match up specified strings. |
| The following filters are enabled when check "Option" -> "Show Extended filter". | |
| FromDate | Don't copy the files that timestamp are older than specified date(format). This can be specified by not only absolute format ("20090322") but also by relative format (10days before ... "-10D"). |
| ToDate | Don't copy files with timestamps newer than this specified date. |
| MinSize | Don't copy the files with sizes that are smaller than specified size. High number can be abbreviated using K/M/G/T character (Kilo/Mega/Giga/Tera). |
| MaxSize | Don't copy the files with sizes bigger than specified size. |
| Relative path filter |
If the start character of include/exclude string items is not '\', it is relative path filter. This mode is tail matching policy. For example, Source is C:\dir\ and include is subdir[1-9]\xxx\, C:\dir\subdir2\xxx\ or C:\dir\dir\subdir3\xxx\ will be matched and it will be copies these directories and these childs. If include is subdir[1-9]\file.*, C:\dir\zzz\subdir9\file.txt will be matched. |
| Start path filter |
If the start character of include/exclude string items is '\', it is start path filter. This mode is start matching policy. For example, Source is C:\dir\ and include is \subdir[1-9]\xxx\, C:\dir\subdir2\xxx\ or C:\dir\subdir3\xxx\ will be matched, but C:\dir\dir2\subdir2\xxx\ will not be matched. If include is \subdir[1-9]\file.*, C:\dir\subdir9\file.txt will be matched and C:\dir\dir2\subdir9\file.txt will not be matched. |
| Start point of filter check |
For example, the start point of filter check will be C:\src\, if Source is C:\src\, C:\src\file.txt or C:\src\dir* |
| * | Zero or more arbitrary characters |
| ? | One arbitrary character |
| [abc] | One character in "abc" |
| [!abc] | One character except "abc". '^' can also be used instead of '!'. |
| [a-z] | One character in "abc...xyz" |
| \ | '\' as Start character means Start path filter. The middle of '\' is separator of path items. And the end of '\' means "this filter item is directory". But '\' in character class([]), it means escape character. |
| Absolute | Specify "YYYYMMDD"(year/month/day). ex) "20090101" |
| Relative | Specify "+|- number W|D|h|m|s". W|D|h|m|s means Weeks/Days/hours/minutes/seconds. ex) "-12h" (This is case sensitive.) |
| Mode | Details |
|---|---|
| Diff/Copy | Copy Junction/Symlink itself. If you want to change the copy Junction/Symlnk's target, it can be changed in the options settings |
| Move | Always move Junction/Symlink itself. |
| Delete | Always delete Junction/Symlink itself. |
| Open Log | Open FastCopy.log |
| Open LastFileLog | If it is checked Write to FileLog, open the last finished filelog. |
| Open FastCopy Dir | Open the user directory of FastCopy |
| Save as Init Pos | Save position as initial FastCopy window. |
| Save as Init Size | Save size as initial FastCopy window |
| Close | Close FastCopy |
| Max I/O size(MB) | Total parallel Read/Write request unit size for OS. The real size of ReadFile/WriteFile unit size is MaxIoSize / Num of OverLap I/O issue. (Buffer size is required more than twice value of Max I/O Size) |
| Num of OverLap I/O issue | (v3.0 or later)I/O performance(especially network drive) is improved by using overlapped ReadFile/WriteFile I/O. (If it is specified "1", it will not use overlapped I/O) |
| OS Cache settings | |
|---|---|
| Use OS buffer for read | It is not use DirectI/O. OS is likely to be slow/heavy, it can not be recommended. |
| on NTFS/on FAT | It is not use DirectI/O, if the file that filesize is under than specified size(KB) demerit points are same as read, but sometimes many head seeks occur in writing very small files by DirectI/O. |
| Manual settings of physical drive group | |
|---|---|
| About | Specify same physical drive group. |
| Format | If C: and D: are the same physical HDD, and E: and F: are the same, please specify "CD,EF" If you use UNC path, you can two ways that assign drive letter for UNC or specifying set decision policy in the following. |
| Physical drive group decision policy of network drive | |
|---|---|
| Details | Network drives are in the same physical HDD(or SSD) or not This decision policy uses always UNC name even if it is specified as the drive letter that is a network drive (*2) |
| Same UNC_share are same physical drive group. | If UNC name is \\Server1\vol1\, \\Server1\vol1\ is the same physical HDD group, and \\Server1\vol2\ is not the same. |
| Same UNC_server are same physical drive group | If UNC name is \\Server1\vol1\, \\Server1\ is the same physical HDD group, and \\Server2\... is not the same. |
| All UNC_server are same physical drive group | All Network drives are the same HDD group |
| Max number of running FastCopy procs | If you specify a lot of instance of FastCopy run, it requires many memory and CPU resource. If other already running FastCopy uses the same physical HDD, FastCopy will wait for finishing the previous FastCopy. Manual settings physical drive group is available. |
|---|---|
| Don't wait for other running FastCopy to finish | (Ignore the above settings) It always starts quickly. |
| Don't create empty directory, if "filter" is checked | The directory that has no file that match by filter, it does not create it |
| Use a modified name, if destdir same as src's parent | If DestDir is the same as src's parent directory, create new name like "source(1)" and continue |
| Copy Junction/Symlink as Junction/Symlink(not target) | Copy Junction/Symlink as Junction/Symlink. If this check is off, it will be copy Junction/Symlink's target directory/file (*1) (This option is ignored in "move" or "delete" mode) P.S It requires administrator privilege to create Symlink |
| Change "Move(Overwrite)" to "Move(Date/Size)" | It will be removed (without copy) the files/directories that have same source's timestamp and size. |
| Move one by one | Normally move behavior is "All file copy has copied (or move files list is full), and remove copied source files are removed in bulk)". This option changes the behavior to "a file has copied, and remove copied source file" |
| Move one by one (verify) | It is the same as "Move one by one" except "remove copied source files" -> "remove verified source files" |
| Tolerance at the timestamp comparison | Specify tolerance timestamp difference as same date in Diff(Date/Size) or Diff(Newer). Normally, FastCopy corrects timestamp difference on the different filesystem(NTFS timestamp precision is 100ns, FAT is 2sec or etc), automatically. But some NAS timestamp precision is very strange, so manual settings(in msec) are available. |
| Try to delete directory, even if "Filter" is checked. | By default, it does not delete directory, if "Filter" is checked. If it is checked, it always try to delete directories. (attention) |
| Use NSA method for Wipe & Delete option | If "Wipe & Delete" option is used, it is overwritten at 3 times (random data at 2 times and 0 data at 1 times), before renaming and deleting |
| Number of history items for Source/DestDir | need to restart FastCopy | ||||
| Write to Error log | Logging error message to FastCopy.log | ||||
| Use UTF-8 in Errlog | Using UTF-8 character in FastCopy.log. Otherwise using MBCS. | ||||
| Write to File Log | Creating Log\(date).log and logging to all copied/deleted/error files.
| ||||
| Write ACL errors to Error Log | Sometimes, many errors will occur in non NTFS (Samba, or etc) | ||||
| Write AltStream errors to Error Log | Sometimes, many errors will occur in non NTFS (Samba, or etc) |
| Confirm before executing | Confirming |
| Use taskbar instead of tasktray at minimizing | using taskbar |
| Info Update span | It can be specified information update span. |
| Balloon Notification at the finish | Enable balloon notification at the finish, if it is minimized. |
| English UI | (Meaningless in English OS) It requires restarting FastCopy. |
| Post-Process Window | |
|---|---|
| ActionName | By default, Normal/Standby/Hibernate/Shutdown are ready. And it can be created new action. |
| Play Sound | Play sound at finish Only play, if error occurred option is available. |
| Execute command | Specify commands at finish. Execute at Always/no error/error" can be specified. If you check "Wait for Finish", FastCopy wait for finish these commands to execute standby/hibernate/shutdown. |
| Shutdown/Standby | |
| Before changing to standby/hibernate/shutdown mode, FastCopy shows count-down(60sec) dialog that has "cancel" button. If other FastCopy is running, FastCopy will wait for finish and start to count down. | |
| Grace | It can be specified count-down time. |
| Don't execute, if error occurred. | execute only if succeeded |
| Add/Modify | Add/Modify parameters in main window(Source/DestDir, Operation mode, Buffer size, Nonstop/Verify/Estimate/ACL/AltStream/Wipe&Delete/Filter checkboxes, Filter strings, HDD mode) as named job. |
| Delete | Delete registered job. |
| Open "Windows Task Scheduler" | Open "Windows Task Scheduler". (Only shortcut. FastCopy doesn't have any function for windows task scheduler) |
| The separate character is space(' ') in command line mode. (not semicolon). If filename contains space character, please enclose with double quotation marks. Ex) fastopy.exe C:\Windows "C:\Program Files" /to="D:\Backup Folder\" |
| If /to= option is used, it must describe as the last parameter. |
| If you want to wait to finish, please use "start /wait ..." command. Ex) start /wait FastCopy.exe [/options]... |
| /cmd= (noexist_only | diff | update | force_copy | sync | move | delete) |
Specify operation mode. (By default, diff mode is used. If delete mode is specified, then "/to=desit_dir" is not used.)
| ||||||||||||||||
| /auto_close | Close automatically after execution is finished with no errors. | ||||||||||||||||
| /force_close | Close automatically and forcedly after execution is finished. | ||||||||||||||||
| /open_window | Don't stored in the task tray. | ||||||||||||||||
| /estimate | Estimate complete time. | ||||||||||||||||
| /no_ui | Don't show confirm dialogs. for background task. if /no_ui is used, /no_confirm_del /no_confirm_stop /force_close is setted automatically. If FastCopy run in session 0(kicked by task scheduler), /no_ui is setted automatically. But even if /no_ui is setted, standby/hibernate/shutdown count-down dialog will not prevent. | ||||||||||||||||
| /no_confirm_del | Don't confirm before deleting. | ||||||||||||||||
| /no_confirm_stop | Don't Show error dialog, Even if critical errors occurred. | ||||||||||||||||
| /no_exec | Don't start to execute. | ||||||||||||||||
| /error_stop | Show error dialog (and operation is interrupted), if an error occurred. (to disable, /error_stop=FALSE) | ||||||||||||||||
| /bufsize=N(MB) | Specify the size(MB) of the main buffer for Read/Write operation. | ||||||||||||||||
| /log | Write the operation/errors information to the logfile(FastCopy.log). (to disable, /log=FALSE) | ||||||||||||||||
| /logfile=filename | Specify the filename of logfile. | ||||||||||||||||
| /filelog | Write to the filelog(detail of copy/delete files). It is stored TIMESTAMP.log in FastCopy/Log directory. If using verify mode, write digest data(default:md5) as additional data. (To specify filelogname, /filelog=filename) | ||||||||||||||||
| /utf8 | Write to the logfile using UTF-8 encoding (supports Unicode). | ||||||||||||||||
| /skip_empty_dir | Skip to create empty directories when /include or /exclude option is used. (to disable, /log=FALSE) | ||||||||||||||||
| /job=job_name | Specify the job that is already registered. | ||||||||||||||||
| /force_start | Start at once without waiting for the finish of other FastCopy executing. | ||||||||||||||||
| /disk_mode=(auto|same|diff) | Specify Auto/Same/Diff HDD mode. (default: Auto) | ||||||||||||||||
| /speed=(full|autoslow| 9-1(90%-10%)|suspend) | Specify speed control level. | ||||||||||||||||
| /srcfile="files.txt" | Specify source files by textfile. User is able to describe 1 filename per line. (Attention: If a lot of files are specified, it will take many times to display/refresh Source combobox.) | ||||||||||||||||
| /srcfile_w="files.txt" | same as "/srcfile=", except describing by UNICODE. | ||||||||||||||||
| /include="..." | Specify include filter. (details) | ||||||||||||||||
| /exclude="..." | Specify exclude filter. (details) | ||||||||||||||||
| /from_date | Specify oldest timestamp filter. (details) | ||||||||||||||||
| /to_date | Specify newest timestamp filter. (details) | ||||||||||||||||
| /min_size="..." | Specify minimum size filter. (details) | ||||||||||||||||
| /max_size="..." | Specify maximum size filter. (details) | ||||||||||||||||
| /wipe_del | Rename filename and wipe(overwrite Random data) before deleting. | ||||||||||||||||
| /acl | Copy ACL (only NTFS) (to disable, /acl=FALSE) | ||||||||||||||||
| /stream | Copy Alternate Stream (only NTFS) (to disable, /stream=FALSE) | ||||||||||||||||
| /reparse | Copy junction/mountpoint/symlink itself(to disable, /reparse=FALSE) (details) | ||||||||||||||||
| /verify | Verify written files data by MD5(or SHA-1) (to disable, /verify=FALSE) (details) | ||||||||||||||||
| /linkdest | Reproduce hardlink as much as possible. (details) | ||||||||||||||||
| /recreate | Change updating behavior "overwrite the target" to "delete and recreate the target". (If /linkdest option is enabled, this option is enabled by default.) If you want always to enable, write [main] recreate=1 in FastCopy2.ini. | ||||||||||||||||
| /postproc=action_name | Specify post-process action name (to disable, /postproc=FALSE) |
| Version | Detail |
|---|---|
| v3.13 | Fix an exception at starting in few environment. |
| v3.12 |
Show progress in taskbar during normal(not iconic) window with estimate mode. Fix "UTF-8 logging" option (always enabled) Add support BBS link |
| v3.11 |
Support balloon notification at the finish. Add the shortcut button of "Windows Task Scheduler" in Job Settings. In the verify mode, if the hash values are different, target files are renamed to (fname).fc_verify_err. |
| v3.10 |
Add changing main information font. Fix an exception(or ACL copy failure) when using many ACL entry with deep path. |
| v3.09 | Fix an exception when using tasktray in Win10(x64) update version. |
| v3.08 | Fix an exception when using tasktray in Win10(x86) update version. |
| v3.07 | Fix memory leak problem when file-logging enabled. (about 1MB per 10,000 file) |
| v3.06 |
Fix reparse type indicator(->) in listing mode. Prevent to show confirm dialog in NoUI mode. Fix an exception when using ACL/AltStream + Network DestDir. |
| v3.05 |
Improve text label in large text OS environment. Fix stopping Wipe/Delete mode with 4GB over files. Misc refine. |
| v3.04 |
Fix /linkdest error. Fix ignoring a filter string that has escape character in character class. |
| v3.03 |
Support old CPU(athlonXP or etc) in 32bit version. Modify not to finish moving a reparse file with verify. Change initial "Move" parameter.("Move one bye one") Modify english UI font. Modify english UI/help sentence(thinks: Brinda, Silver). |
| v3.02 | Modify to always support DeDuplication reparsed files (Windows Server 2008 or later), even if /reparse mode is enabled or not. |
| v3.01 | Fix a aborting problem with memory allocation error when many files(over 65,536 files(64bit) 131,072 files(32bit)) just under one directory. |
| v3.00 |
Improve I/O speed(especially network drive) by Overlapped I/O Add Relative include/exclude filter. Optimize multiple running FastCopys. (Enable parallel running if every FastCopys use the HDDs that another FastCopys are not used. if not, the FastCopy that is waiting for terminating another FastCopy. And if a FastCopy has standby/shutdown post-process option, it will execute it after all FastCopy tasks terminating. Add /no_ui option. (for task scheduler or batch job) MainBuffer can be specified 4096MB or over. (only 64bit FastCopy) Add the option that can record timestamp/filesize information in filelog. Add tolerance at the timestamp comparison option Improve Physical drive group decision Improve helpfile. Easy to see the display (font, comma-delimited, point precision adjustment). Main settings filename is changed FastCopy.ini -> FastCopy2.ini. Change license BSD to GPLv3 Misc refine. |
| v2.11 | Fix to ignore command line and shell extension in English GUI mode |
| v2.10 | Prevent hazy display on 120DPI mode of Vista/7. Fix to sometimes fail update copy with ACL/Stream. Enable to select updating span for information (250/500/1000ms). Show Job name to main window title. Add taskbar minimzie mode instead of tasktray. Add Post-process command condition. Misc refine. |
| v2.08 | Append selected directory to source field, if it is pushed OK button in Source directory Select Dialog with pushing CTRL. Fix save path history problem(v2.07 only) |
| v2.07 | Prevent autocomplete of combobox at resizing main window. misc refine. |
| v2.06 | Fix exception at verify mode(v2.05 only). |
| v2.05 | Fix not to save settins in Win98. Enable to select writing ACL/AltStream errors to the log. |
| v2.04 | Enable drag & drop in admin mode on UAC. settings dialog and misc refine. |
| v2.03 | Fix "Elevate" menu item did not work in English UI. |
| v2.02 | Release x64 native version. Store FastCopy.ini and logfiles in \Users\(USER)\AppData\roaming\FastCopy, if installed in \Progmram Files in Vista or Win7(UAC on/off is unrelated). Misc refine/fix. |
| v2.01 | Fix not to finish "move" in same HDD rarely. Restore not to require absolute path. |
| v2.00 | Add simple compare function("listing" with CTRL). Store FastCopy.ini and logfiles in \Users\(USER)\AppData\roaming\FastCopy, if UAC is enabled and installed in \Progmram Files. Enable manual settings of Physical Drive group. Enable 32bit shell extension in 64bitOS. Fix exception when deleting Job. |
| v1.99r4 | Adjust destination filename to source filename when both upper/lower case are different (except "overwrite all" mode). Fix showing no detail error. |
| v1.99r3 | Fix automatically decision of HDD mode problem.(v1.99r2 only) Improve to estimate complete time. |
| v1.99r2 | Add detail filelog option(/filelog). Enable filter in move mode. Speed up starting (Replace API's inifile access by original routine.) Affect filter for the files those are specified direct in Source EditBox. Modify /srcfile option when using MBCS in srcfile contents. Additionally, refinement |
| v1.98 | Add Extended (filesize/timestamp) filter. ("Option" -> "show extended filter") |
| v1.97 | Correct that sometimes it failed to play sound in post-process action. Additionally, refinement |
| v1.96 | If /linkdest option is enabled, change updating behavior "overwrite the target" to "delete and recreate the target". Add option(/recreate) that change updating behavior "overwrite the target" to "delete and recreate the target", regardless of specifying /linkdest option. |
| v1.95 | Add reproduce hardlink option(/linkdest). Change showing Post-Process notice dialog as foreground. Correct wrong freeing memory at termination.(v1.93-v1.94) Correct that sometimes ACL/Stream copying failed. |
| v1.94 | Correct that helpfile can not be opened.(v1.93 only) |
| v1.93 | Add Post-Process(shutdown or etc) menu. Add "open log" menu. Add /srcfile option.(specify source files by textfile). Correct that JobMng saved "Delete" mode as "move" mode(v1.80-v1.92 only). Correct that installation option(creating shortcut) did not work at Non-English OS.(v1.92 only) |
| v1.92 | Correct English document. Add "run in task tray" option in shell extension. Correct that sometimes incomplete file remained when error occurred. |
| v1.91 | Correct that sometimes "wipe and delete" failed. Correct that "move with verification" was not finished rarely. Correct that network drive in directory select dialog did not show. |
| v1.90 | Speed up verification. (I/O and verification are processed by parallel.) Switching SHA-1 to MD5 for verification as default.(If you want to use SHA-1, write [main] Using_MD5=0 in FastCopy.ini). Add to fix window position/size in menu. Add Source/DestDir swapping in menu. |
| v1.84 | Correct wildcard filter problem. (when many wildcard strings were registered, unregistered string was occured rarely. To be exact, when sum of registered characters are just 62*n, boundary string was not registered) |
| v1.83 | Using OS cache at reading option is ON, although it is disabled OS cache for verify reading. |
| v1.82 | Add using OS cache at reading option.(OS Cached file reading will be faster. But not OS cached file reading require new OS cache area, and it will has bad effect for virtual memory area(swap or etc). this option is not recommended for normal use.) |
| v1.81 | Correct move with verify mode.(if verify error occurs, sometimes process does not finish.) |
| v1.80 | Add verify option by SHA-1. Add "paste" menuitem in shell extension. Add move(Size/date) mode. Add move as one by one option. Auto reduce MaxIO size(if ERROR_NO_SYSTEM_RESOURCES is occured). Add suppressing confirm dialog at stopping error(/no_confirm_stop). |
| v1.71 | Correct registering shell extension problem (Win2000/Me/98 only) |
| v1.70 | Interpret Junction/Symlink (by default, it is copied Junction/Symlink itself (not target childs). In remove mode, it is always removed only Junction/Symlink itself). Elevate Admin(for Vista UAC). Add shell extension for 64bitOS. Add logging as UTF-8 option. Add logging filename option(/logfile=). Expand error log area. |
| v1.63 | Change size limit of filter strings(62->2048chars) |
| v1.62 | Correct CreateFile error that is caused by generating illegal dest path.(1.60/61 only) |
| v1.61 | If string length is over 8192 chars in src field, it is truncated 8192 chars at executing. (v1.60 only) |
| v1.60 | NTFS Access Control List(ACL), Alternate Stream support. Add Wipe & Delete option (normal and NSA method) for delete mode. Change Process Priority Class at using Auto Slow function.Changing "Auto Slow" checkbox to slider control. |
| v1.55 | Modify PopupDialog Position at tasktray mode |
| v1.54 | Modify for NT4.0 |
| v1.53 | When executing in tasktray by command line, it do not get focus. In the multi monitor, the window shows in the monitor that has mouse pointer. Modify to enable /error_stop option. |
| v1.52 | Addition of Auto Slow function. It is corrected that too strictly time stamp judgment in some UDF filesystems. It is corrected that control specification (=FALSE) of the command line option did not work effectively. |
| v1.51 | When two or more different directories are specified for src and using estimating option, it terminated abnormally sometimes occasionally. |
| v1.50 | Enable to the filter specification in the synchronous mode. |
| v1.40 | Addition of job management function. Addition of preview listing function. Addition of multiple FastCopy process control option. When the filter is specified, the option not to make an empty directory is added. Addition of automatic operation/same/another HDD mode specification. The resize of the main window is possible. Informative label of API error. Additionally, refinement |
| v1.32 | It is corrected that the Include/Exclude filter was invalid at the command line. Additionally, refinement |
| v1.31 | It is corrected to have fallen immediately after execution when a lot of specification is done with the Include/Exclude filter occasionally. |
| v1.30 | Include/Exclude filter function addition. When drag & is dropped in the same directory, the reproduction is made possible. It adds it by the Source selection the file selection dialog. In addition, some speed-up. Do not end excluding the deletion mode automatically when start by way of the shell + canceling. Other refinement. |
| v1.21 | A part of phenomenon of not coming out the shell enhancing menu in the environment (It is v1.20's enbug) is corrected. |
| v1.20 | Forecast function addition of copy completion time. It is corrected not to have functioned occasionally though it two or more file selection + opens by enhancing the shell. Other refinement |
| v1.12 | Option of making to submenu addition of shell enhancing. It is corrected to have hardened when a large amount of file is selected by way of the shell occasionally (Only v1.10-1.11). The behavior of the shell enhancing with Nettowarcpras is changed. Other refinement |
| v1.11 | In the environment, a part of problem that execution cannot begin is corrected. |
| v1.10 | Making of the main window (Correspond to the drag & drop etc. of the UNICODE file name) UNICODE. To enclose the path name with ""when drag & is dropped, the file of the path name including the semicolon is changed. Mode addition that does not put out confirmation dialog when shell start is executed. It is corrected that the shell enhancing and the directory under the control of the start menu did not open it when it is effective occasionally. Other refinement. |
| v1.00 | 1.00 release (2005/03/10) |
| v0.50 | 1st alpha release (2004/09/27) |