|
alchemist
高级用户
   
积分 652
发帖 193
注册 2005-9-25
状态 离线
|
『楼 主』:
[跪求]arj2.8x注册码或注册机或注册版
使用 LLM 解释/回答一下
急求arj2.81 2.82 2.84任意一版的注册机或注册码或注册版
Urgent request for a registration machine, registration code, or registered version of any one of arj 2.81, 2.82, 2.84
|
|
2005-11-23 17:02 |
|
|
vptdosme
初级用户
 
积分 97
发帖 32
注册 2005-12-3
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
我arj2.81a注册版,想要的请联系
I arj2.81a registered version, those who want please contact
|
|
2005-12-16 17:14 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
|
2005-12-17 01:17 |
|
|
vptdosme
初级用户
 
积分 97
发帖 32
注册 2005-12-3
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
好像不能正常使用,测试如下:
c:>dir d:\df\*.*
Volume in drive R has no label.
Volume Serial Number is FCF3-C000
Directory of D:\df\*.*
2005-12-17 02:05 <DIR> .
2005-12-17 02:05 <DIR> ..
2005-12-17 02:01 256,672 ARJ.EXE
2005-12-17 01:47 517 CONFIG.SYS
2005-12-03 03:38 492 AUTOEXEC.BAT
2005-06-12 20:14 1,652 WINDOW.EXE
4 File(s) 259,333 bytes
2 Dir(s) 27,294,208 bytes free
c:>arj a -je1 zz d:\df\*.*
ARJ 2.81a Copyright (c) 1990-2002 ARJ Software, Inc. Jun 12 2002
Registered to
Creating self-extractor: ZZ.EXE
Adding FD\ARJ.EXE 0% 12% 28% 44% 60% 76% 92% 61.9%
Adding FD\CONFIG.SYS 0% 100% 66.9%
Adding FD\AUTOEXEC.BAT 0% 100% 60.4%
Adding FD\WINDOW.EXE 0% 100% 47.1%
Self-extractor created.
4 file(s)
c:>del zz.exe
c:>arj a -je1 zz d:\df\*.*
ARJ 2.84 Copyright (c) 1990-2005 ARJ Software, Inc. Sep 26 2005
Registered to
Long filenames enabled
Long filenames and/or text mode files (-t1) are not allowed for SFXJR
Last edited by vptdosme on 2005-12-17 at 02:40 ]
It seems that it can't work normally. The test is as follows:
c:>dir d:\df\*.*
Volume in drive R has no label.
Volume Serial Number is FCF3-C000
Directory of D:\df\*.*
2005-12-17 02:05 <DIR> .
2005-12-17 02:05 <DIR> ..
2005-12-17 02:01 256,672 ARJ.EXE
2005-12-17 01:47 517 CONFIG.SYS
2005-12-03 03:38 492 AUTOEXEC.BAT
2005-06-12 20:14 1,652 WINDOW.EXE
4 File(s) 259,333 bytes
2 Dir(s) 27,294,208 bytes free
c:>arj a -je1 zz d:\df\*.*
ARJ 2.81a Copyright (c) 1990-2002 ARJ Software, Inc. Jun 12 2002
Registered to
Creating self-extractor: ZZ.EXE
Adding FD\ARJ.EXE 0% 12% 28% 44% 60% 76% 92% 61.9%
Adding FD\CONFIG.SYS 0% 100% 66.9%
Adding FD\AUTOEXEC.BAT 0% 100% 60.4%
Adding FD\WINDOW.EXE 0% 100% 47.1%
Self-extractor created.
4 file(s)
c:>del zz.exe
c:>arj a -je1 zz d:\df\*.*
ARJ 2.84 Copyright (c) 1990-2005 ARJ Software, Inc. Sep 26 2005
Registered to
Long filenames enabled
Long filenames and/or text mode files (-t1) are not allowed for SFXJR
Last edited by vptdosme on 2005-12-17 at 02:40 ]
|
|
2005-12-17 02:38 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
并非ARJ新版本身不能正常使用,而是上面的测试方法有问题。似乎你并不是在纯DOS下使用,而是在NT CMD下用的。从ARJ 2.83版本开始,ARJ在NT CMD下也开始默认支持长文件名,但唯一的例外就是其SFXJR功能(其实ARJ的更新说明已有提及)。SFXJR(即-je1选项)功能由于不支持长文件名,所以不能像你上面这样直接用,正如"Long filenames and/or text mode files (-t1) are not allowed for SFXJR“这句提示信息所述。如想在NT CMD下使用-je1这个选项,只需再加上一个-hf选项(即禁用长文件名)即可,例如:
arj a -je1 -hf zz d:\df\*.*
其它所有功能则均支持长文件名,所以不受影响。
It is not that the new version of ARJ itself cannot be used normally, but that the above test method is problematic. It seems that you are not using it in pure DOS, but in NT CMD. Starting from ARJ version 2.83, ARJ also starts to support long filenames by default in NT CMD, but the only exception is its SFXJR function (actually, it has been mentioned in ARJ's update notes). The SFXJR function (that is, the -je1 option) does not support long filenames, so it cannot be used directly as you did above, just as the prompt message "Long filenames and/or text mode files (-t1) are not allowed for SFXJR" indicates. If you want to use the -je1 option in NT CMD, you just need to add one more -hf option (that is, disable long filenames), for example:
arj a -je1 -hf zz d:\df\*.*
All other functions support long filenames, so they are not affected.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-12-17 03:32 |
|
|
vptdosme
初级用户
 
积分 97
发帖 32
注册 2005-12-3
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
原来是这样啊,谢谢Wengier
So it turns out it's like this, thank you Wengier
|
|
2005-12-17 19:45 |
|
|
kelee
新手上路

积分 2
发帖 1
注册 2007-3-11
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
,谢谢Wengier ,谢谢Wengier
, thank you Wengier, thank you Wengier
|
|
2007-3-11 01:49 |
|
|
zteshan
新手上路

积分 16
发帖 6
注册 2006-12-22
状态 离线
|
|
2007-3-18 00:16 |
|
|
zhshj
初级用户
 
积分 30
发帖 14
注册 2006-3-2
状态 离线
|
|
2007-5-15 01:30 |
|
|
tianjiyouyun
新手上路

积分 16
发帖 9
注册 2009-1-3
状态 离线
|
『第 10 楼』:
谢谢!
使用 LLM 解释/回答一下
太谢谢了!正是我需要的!
Thank you so much! It's exactly what I need!
|
|
2009-2-10 23:09 |
|
|
cange0580
新手上路

积分 2
发帖 1
注册 2010-8-9
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
好东西啊,我想借问一下,大侠是如何注册的。我想要一个2.41的注册版就可以了
What a good thing! I want to ask, how does the expert register? I just need a registered version of 2.41.
|
|
2010-8-10 09:27 |
|
|
zery
新手上路

积分 14
发帖 7
注册 2007-11-27
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
现在最新版的是多少啊
What is the latest version now?
|

走别人的路,让别人走投无路! |
|
2010-9-4 21:25 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2010-9-4 22:02 |
|
|
zery
新手上路

积分 14
发帖 7
注册 2007-11-27
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
我这有个2.85的注册版,不知道是真是假?
I have a registered version of 2.85 here, I don't know if it's real or fake?
|
|
2010-9-4 22:42 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2010-9-4 22:49 |
|