|
lisyofun
初级用户
 
积分 87
发帖 61
注册 2008-9-18
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
呵呵,谢谢你了,这样只要导入以下的注册表就行了
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\WinRAR\shell\open\command]
@="\"C:\\Program Files\\WinRAR\\unrar.exe\" x -o+ -y \"%1\" E:\\临时下载存档区\\"
Hehe, thank you. Then just import the following registry:
Windows Registry Editor Version 5.00
@="\"C:\\Program Files\\WinRAR\\unrar.exe\" x -o+ -y \"%1\" E:\\Temporary Download Archive Area\\"
|
|
2009-3-13 11:25 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
好像用winrar.exe 和rar.exe也可以,解压时WINRAR.EXE 会弹图形窗口,RAR.EXE UNRAR.EXE 弹的命令行窗口
如果你试过的话,请结果给我回复一个。^_^
It seems that using winrar.exe and rar.exe is also okay. When extracting, WINRAR.EXE will pop up a graphical window, and RAR.EXE UNRAR.EXE pop up command-line windows. If you have tried it, please reply the result to me. ^_^
|
|
2009-3-13 12:48 |
|
|
lisyofun
初级用户
 
积分 87
发帖 61
注册 2008-9-18
状态 离线
|
|
2009-3-14 11:13 |
|
|
efrem
新手上路

积分 2
发帖 2
注册 2009-6-11
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
求大侠们帮帮忙,我要的程序是:解压指定目录下当天更新的压缩文件到指定目录下
Last edited by efrem on 2009-6-15 at 03:24 ]
Please help from the great experts, the program I want is: decompress the compressed files updated on the current day in the specified directory to the specified directory
Last edited by efrem on 2009-6-15 at 03:24 ]
|
|
2009-6-15 03:00 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
ftype winrar="C:\Program Files\WinRAR\WinRAR.exe" x -y "%1" E:\临时下载区
ftype WinRAR.ZIP="C:\Program Files\WinRAR\WinRAR.exe" x -y "%1" E:\临时下载区
ftype winrar="C:\Program Files\WinRAR\WinRAR.exe" x -y "%1" E:\临时下载区
ftype WinRAR.ZIP="C:\Program Files\WinRAR\WinRAR.exe" x -y "%1" E:\临时下载区
|

我的网络U盘 我的网络第2个U盘
论坛软件下载链接
灵雨飘零论坛
论坛新手必读,所有人的基本行为准则
刷QQ空间人气、留言的小软件 |
|
2009-6-16 00:53 |
|
|
wolfkin911
新手上路

积分 4
发帖 3
注册 2006-8-6
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
Originally posted by lisyofun at 2009-3-4 17:53:
这是jieyazip.bat里的内容
@echo off
title 正在解压....
echo 正在解压,如果文件较大,可能需要一点时间.
"%programfiles%\winrar\winrar" x -y "*.zip" E:\临时下载存档区 >nul 2>nul
exit
我本来只想解压用户点击的那个文件的,但不知道怎么才能获取那个变量,试过%0和%1
都不行,所以只能用*.zip和*.rar替代.
现在的问题是每解压一个文件,它都会解压当前目录下所有的rar或zip文件.
请问怎么才能只解压当前点击的文件呢.
就是%1
"%programfiles%\winrar\winrar" x -y "%1" E:\临时下载存档区
Originally posted by lisyofun at 2009-3-4 17:53:
This is the content in jieyazip.bat:
@echo off
title Decompressing....
echo Decompressing, if the file is large, it may take some time.
"%programfiles%\winrar\winrar" x -y "*.zip" E:\Temporary Download Archive Area >nul 2>nul
exit
I originally only wanted to decompress the file that the user clicked, but I don't know how to obtain that variable. I tried %0 and %1
Neither worked, so I had to use *.zip and *.rar instead.
Now the problem is that every time I decompress a file, it decompresses all RAR or ZIP files in the current directory.
How can I only decompress the currently clicked file?
It's %1
"%programfiles%\winrar\winrar" x -y "%1" E:\Temporary Download Archive Area
|
|
2009-6-16 02:50 |
|
|
efrem
新手上路

积分 2
发帖 2
注册 2009-6-11
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
怎么没人理我啊?
Why is there no one responding to me?
|
|
2009-6-16 04:47 |
|
|
wayaoqiang
新手上路

积分 8
发帖 7
注册 2009-6-15
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
思路不错,可以做病毒。
The idea is good, can make a virus.
|
|
2009-6-16 05:09 |
|