标题: 写批处理使用unlocker遇到麻烦,请大家帮忙!
[打印本页]
作者: pooloo
时间: 2009-1-26 14:33
标题: 写批处理使用unlocker遇到麻烦,请大家帮忙!
作者: slore
时间: 2009-1-26 14:39
---------------------------
Unlocker 1.8.7
---------------------------
Command line usage:
Unlocker.exe Object [Option]
Object:
Complete path including drive to a file or folder
Options:
/H or -H or /? or -?: Display command line usage
/S or -S: Unlock object without showing the GUI
/L or -L: Object is a text file containing the list of files to unlock
/LU or -LU: Similar to /L with a unicode list of files to unlock
/O or -O: Outputs Unlocker-Log.txt log file in Unlocker directory
/D or -D: Delete file
/R Object2 or -R Object2: Rename file, if /L or /LU is set object2 points to a text file containing the new name of files
/M Object2 or -M Object2: Move file, if /L or /LU is set object2 points a text file containing the new location of files
---------------------------
确定
---------------------------
/S参数
然后copy走~
直接/M不好麽?
作者: pooloo
时间: 2009-1-26 14:41
我试过 直接/M的话 tmp文件就没了, move的目的地也没。在UI下也只能copy出来
例如 Unlocker.exe "%temp%\fla1A9.tmp" /S /M "C:\flv\fla1A9.flv" 就会造成fla1A9.tmp 失踪
Last edited by pooloo on 2009-1-26 at 14:45 ]
作者: slore
时间: 2009-1-26 15:03
Unlocker.exe "%temp%\fla1A9.tmp" /S
Copy "%temp%\fla1A9.tmp" C:\flv\
作者: pooloo
时间: 2009-1-26 15:12
那样就把浏览器结束了,tmp同样会消失
作者: slore
时间: 2009-1-26 15:14
改名呢?
作者: slore
时间: 2009-1-26 15:15
作者: pooloo
时间: 2009-1-26 15:20
改名 移动 删除 tmp文件都会消失
作者: pooloo
时间: 2009-1-26 15:22
你给的站点很好用,谢谢.