无忧启动论坛

标题: 【下载】FastCopy_1.98.WIM [打印本页]

作者: 0cat0    时间: 2009-3-11 19:18
标题: 【下载】FastCopy_1.98.WIM
为了方便放到PE里面,自己打了包

FastCopy 是 Windows 平台上最快的文件拷贝、删除软件。由于其功能强
劲,性能优越,一时间便超越相同类型的所有其他软件。由于该软件十分
小巧,你甚至可以在安装后,直接将安装目录中的文件复制到任何可移动
存储设备中,方便携带,随取随用。
FastCopy 主要包含下列功能:
1.完全支持拖曳操作,支持拖曳多个文件到来源中;
2.支持外壳整合,方便的让你利用右键菜单直接复制文件;
3.支持三种不同的 HDD 模式;
4.内建多种人性化的操作模式;

5.支持过滤,可以使用通配符;
6.支持任务管理;
7.支持命令行操作;(开源软件)

[ 本帖最后由 0cat0 于 2009-4-3 09:02 编辑 ]

@1#FastCopy_.rar

142.95 KB, 下载次数: 270, 下载积分: 无忧币 -2


作者: xLantu    时间: 2009-3-11 19:25
这个软件还是很不错的,谢谢分享啦
作者: yzhenbao    时间: 2009-3-11 19:28
先下再顶,谢谢啦。看上去不错。
作者: 0cat0    时间: 2009-3-11 21:30
又更新了

v1.94        Correct that helpfile can't be opened.(v1.93 only)
作者: tzxinqing    时间: 2009-3-11 21:30
下载看过了,只可惜不是中文版,谢谢楼主了
作者: 0cat0    时间: 2009-3-11 21:37
原帖由 tzxinqing 于 2009-3-11 21:30 发表
下载看过了,只可惜不是中文版,谢谢楼主了


汉化版的可以去这里下载,替换一下文件就是了
http://www.hanzify.org/?Go=Show::List&ID=11921
作者: tzxinqing    时间: 2009-3-12 06:07
原帖由 0cat0 于 2009-3-11 21:37 发表


汉化版的可以去这里下载,替换一下文件就是了
http://www.hanzify.org/?Go=Show::List&ID=11921

已下载,多谢,只是为何其他各大下载站都没有放出?
作者: fnycc    时间: 2009-3-12 07:55
下载备用,如果汉化就更好了
作者: lifei    时间: 2009-3-12 08:57
这个软件还是很不错的,谢谢分享啦
作者: dutt    时间: 2009-3-12 09:03
谢谢,有没有命令行的?在Dos下能运行么?
作者: 0cat0    时间: 2009-3-12 11:11
原帖由 dutt 于 2009-3-12 09:03 发表
谢谢,有没有命令行的?在Dos下能运行么?


请看自带的帮助文件,A basic format is as follows.

fastcopy.exe [/options] file1 file2 ... [/to=dest_dir]

Please use space character(' ') as separator(not semicolon).
If filename contains space character, please enclose with dobule quotation marks.
Ex) fastopy.exe C:\Windows "C:\Program Files" /to="D:\Backup Folder\"

Supported options are as follows. (Please don't put space characters before and behind "=")

/cmd=(noexist_only|diff|update|sync|force_copy|move|delete) ... Specify operation mode.
(In default, diff mode is used. If delete mode is specified, then "/to=" option isn't used.)
cmdlinein GUInoexist_onlyDiff (No Overwrite)diffDiff (Size/date)updateDiff (update)force_copyCopy (Overwrite)syncSync (Size/date)moveMove (Overwrite)deleteDelete
/auto_close ... Close automatically after execution is finished with no errors.

/force_close ... Close automatically and compulsorily after execution is finished.

/open_window ... Don't stored in the task tray.

/estimate ... Estimate complete time.

/no_exec ... Don't start to execute.

/no_confirm_del ... Don't confirm before deleting.

/no_confirm_stop ... Don't Show error dialog, Even if critical errors occurred.

/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 opration.

/log ... Write the operation/errors information to the logfile(fastcopy.log). (to disable, /log=FALSE)

/logfile=filename ... Specify the filename of logfile.

/utf8 ... Write to the logfile as UTF-8.

/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. (to disable, /log=FALSE)

/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. It is able to describe 1 filename as 1 line. (Attention: If a lot of files are specified, it will take many times to display/refresh Source combobox.)

/srcfilew="files.txt" ... same as "/srcfile=", except describing by UNICODE.

/include="..." ... Specify include filter. (details)

/exclude="..." ... Specify exclude filter. (details)

/acl ... Copy ACL (only NTFS) (to disable, /acl=FALSE)

/stream ... Copy Alternate Stream (only NTFS) (to disable, /stream=FALSE)

/wipe_del ... Rename filename and wipe(overwrite Random data) before deleting.

/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)

Ex) Copy C:\Test Folder to D:\Backup Folder by "diff(Size/Date)" mode is...
  fastcopy.exe /cmd=diff "C:\Test Folder" /to="D:\Backup Folder\"
作者: my366    时间: 2009-3-12 11:32
汉化版来了,inan汉化

ha_FastCopy 194.rar (150.67 KB, 下载次数: 847)
作者: fvptk    时间: 2009-3-12 12:21
有汉化的,偶赶紧下个。谢分享了。
作者: 0cat0    时间: 2009-3-21 18:05
更新一下,建议这类软件最好用原版,可以避免不必要的错误
作者: czswuyou    时间: 2009-3-21 20:11
FastCopy,我用了FastCopy几次,试试从U盘到硬盘、从硬盘到U盘复制文件,感觉没有想象的快。
本来我的复制速度达到18M左右,用了FastCopy后,也只有16--18M,我测试的是尝试复制3G左右的文件。
作者: lcdoit_1    时间: 2009-4-3 00:12
我觉得fastcopy挺快的,占资源少。在我的机子上拷贝大文件如果用windows自带,拷贝同时切换目录,看网页或者同时做其他事会卡得很。而用fastcopy拷贝则对其他操作影响不大。

当然,可能有的人机子本身性能很强,用fastcopy效果不明显,那就恭喜了,少了一道工序
作者: 0cat0    时间: 2009-4-3 09:02
既然有人说好,那就再更新一下
作者: HuAnGkUn    时间: 2009-4-3 10:40
不错不错,这个软件很好用
作者: 成长的树    时间: 2009-4-3 12:54
下载备用 一方不时之需
作者: 251190679    时间: 2009-4-3 13:00
谢谢了,备用了。。。
作者: oppo    时间: 2009-4-3 16:21
英文版的,网上都有汉化了的,为什么不汉化一下啊




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3