|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 61 楼』:
dir/s/-p的问题以及订阅别名
使用 LLM 解释/回答一下
使用dir d:\ /s/an列表D区所有新帖
结果发现每版列完必有暂停
使用dir d:\ /s/an/-p 没有效果
同时使用dir /b/s也出现类似的情况
而且dir/b/s列出的不是完整路径
------------------------------------
~+1/~-1的形式应该算是订阅别名吧
只是使用的时候发现
如果旧的订阅被更新后
其别名并未随着订阅位置的变动而变动
这是好是坏尚难以界定
由此猜测net file的输出之前
订阅主题的输出显示可能被按更新时间进行排序
List all new posts in drive D using `dir d:\ /s/an`
It is found that there is always a pause after each version is listed
Using `dir d:\ /s/an/-p` has no effect
At the same time, using `dir /b/s` also has similar situations
Moreover, the complete path is not listed by `dir/b/s`
------------------------------------
The form of ~+1/~-1 should be considered as a subscription alias
Just found that when using
If the old subscription is updated
Its alias does not change with the change of the subscription position
Whether this is good or bad is still difficult to define
From this, it is guessed that before the output of net file
The output display of the subscribed topics may be sorted by update time
|
|
2007-1-29 04:15 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 62 楼』:
使用 LLM 解释/回答一下
dir d:\ /s/an/-p和dir /b/s其实是同一个问题,现已解决。
dir/b/s也已改为显示完整路径。
订阅的~+1/~-1顺序问题需要先看看并确认一下。
The problem of dir d:\ /s/an/-p and dir /b/s is actually the same, and it has been solved now.
dir /b/s has also been changed to display the full path.
The order problem of the subscribed ~+1/~-1 needs to be first checked and confirmed.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-1-29 04:58 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 63 楼』:
使用 LLM 解释/回答一下
嗯,已有问题解决得差不多了
就等Roy的950代码页完成出4.0版了
Well, the existing problems are almost solved. Just waiting for Roy's 950 code page to be completed to release version 4.0.
|
|
2007-1-29 06:52 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 64 楼』:
使用 LLM 解释/回答一下
订阅的~+1/~-1顺序已和NET FILE列表顺序一致(之前是按建立时间来算的,现改为最后修改时间,和NET FILE列表一致)。
关于管理方面的命令,现已加入DEL命令。由于此命令同时可用于删除G盘和H盘上的短消息文件,此时不需要管理权限(其它盘则需要),所以加入此命令。
另外,还加入了PUSHD和POPD命令,可像CMD那样快速保存和恢复当前目录。准备作为4.0版前的最后版本--3.9版。
The subscription ~+1/~-1 order has been consistent with the NET FILE list order (previously calculated by the creation time, now changed to the last modification time, consistent with the NET FILE list).
Regarding the management - related commands, the DEL command has now been added. Since this command can also be used to delete the short message files on the G drive and H drive, and no management rights are required at this time (other drives require it), so this command is added.
In addition, the PUSHD and POPD commands have also been added, which can quickly save and restore the current directory like CMD. It is going to be prepared as the final version before version 4.0 - version 3.9.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-1-29 18:21 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 65 楼』:
使用 LLM 解释/回答一下
在出正式版之前再提一个建议吧
给type/more加上dir/find中所有的offset参数
当然这里的offset是指主题内帖子序号的偏移,比如
type c:\8\26803 0,3 显示从倒数第1个帖子开始的3个帖子
more c:\8\26803 -2,2 显示从倒数第二个帖子开始的2个帖子
缺省值可以取得不同,比如
type c:\8\26803 0 显示从倒数第1个帖子开始的所有帖子
more c:\8\26803 -2 显示从倒数第二个帖子开始的1个帖子
Before releasing the official version, let's put forward another suggestion.
Add all the offset parameters from dir/find to type/more.
Of course, here the offset refers to the offset of the post number in the thread. For example:
type c:\8\26803 0,3 shows 3 posts starting from the last post
more c:\8\26803 -2,2 shows 2 posts starting from the second - last post
The default values can be different. For example:
type c:\8\26803 0 shows all posts starting from the last post
more c:\8\26803 -2 shows 1 post starting from the second - last post
|
|
2007-1-30 00:50 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 66 楼』:
使用 LLM 解释/回答一下
Originally posted by qzwqzw at 2007-1-29 11:50 AM:
在出正式版之前再提一个建议吧
给type/more加上dir/find中所有的offset参数
当然这里的offset是指主题内帖子序号的偏移,比如
type c:\8\26803 0,3 显示从倒数第1个帖子开始的3个帖子 ...
倒数第一个帖子应该是-1吧,0是指主题帖呢。
Originally posted by qzwqzw at 2007-1-29 11:50 AM:
Let's put forward another suggestion before the formal version is released
Add all the offset parameters from dir/find to type/more
Of course, the offset here refers to the offset of the post number in the thread, for example
type c:\8\26803 0,3 shows 3 posts starting from the first post from the end...
The first post from the end should be -1, and 0 refers to the topic post.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-1-30 01:05 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 67 楼』:
使用 LLM 解释/回答一下
sorry!
手误,达意即可,就不改了
-------------------------------------------------
今天登陆论坛GUI
反复出现服务器内部错误和实际用户ID无法改变的错误
不知是何问题?
换用命令行可以登陆
但也返回了数个服务器响应不正确的提示
sorry!
Typing error, just convey the meaning, no need to change
-------------------------------------------------
Today when logging in to the forum GUI
Repeated server internal errors and errors where the actual user ID cannot be changed
I don't know what the problem is?
Can log in using the command line
But also returned several incorrect server response prompts
|
|
2007-1-30 01:58 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 68 楼』:
使用 LLM 解释/回答一下
Originally posted by qzwqzw at 2007-1-29 12:58 PM:
sorry!
手误,达意即可,就不改了
...
已给TYPE和MORE加上]这种用法!具体如下:
当不指定"数量"时(如TYPE C:\1\2 3),TYPE/MORE的效果将与原先相同,以保持兼容性,以及与EDIT和FIND命令统一;
当"数量"为负数时,表示从指定的帖子号开始显示至倒数第"数量"个帖子(-1即最后一个),所以TYPE C:\1\2 -3,-1表示从倒数第三个帖子开始显示至最后一个帖子(文件尾),TYPE C:\1\2 4,-2表示从第4个帖子开始显示至倒数第二个帖子等;
否则的话,将从指定的帖子号开始显示指定数量的帖子(如果为0当然什么都不显示)。
更新到3.9正式版。
Originally posted by qzwqzw at 2007-1-29 12:58 PM:
今天登陆论坛GUI
反复出现服务器内部错误和实际用户ID无法改变的错误 ...
估计是服务器本身今天有一些问题,造成有时候资源读取失败(自然同时会影响到GUI和命令行界面,所以出现提示)。具体情况其实我也不太清楚,可能过一段时间就会解决的。
Originally posted by qzwqzw at 2007-1-29 12:58 PM:
sorry!
Typing error, just get the meaning across, no need to change
...
The usage of ] has been added to TYPE and MORE! Specifically as follows:
When "quantity" is not specified (such as TYPE C:\1\2 3), the effect of TYPE/MORE will be the same as before to maintain compatibility and be consistent with the EDIT and FIND commands;
When "quantity" is negative, it means displaying from the specified thread number to the (-quantity)th thread from the end (-1 means the last one). So TYPE C:\1\2 -3,-1 means displaying from the third thread from the end to the last thread (end of file), TYPE C:\1\2 4,-2 means displaying from the 4th thread to the second thread from the end, etc.;
Otherwise, it will display the specified number of threads starting from the specified thread number (if it is 0, of course nothing will be displayed).
Updated to version 3.9 official release.
Originally posted by qzwqzw at 2007-1-29 12:58 PM:
Logged in to the forum GUI today
Repeated internal server errors and errors where the actual user ID cannot be changed...
It is estimated that there were some problems with the server itself today, causing sometimes resource reading failures (which naturally affects both the GUI and the command line interface, so the prompt appears). I actually don't know the specific situation, and it may be resolved after a while.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-1-30 02:33 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 69 楼』:
使用 LLM 解释/回答一下
为了演示命令提示符4.0版目前的开发情况,以及帮助其进一步的完善,现发布它的第一个公开测试版。新增功能如下:
1:完全重写的语言接口,使多语言支持更加容易,并加入950繁体中文代码页(直接用CHCP 950即可,或在URL中加上?cp=950;内容由Roy提供);
2:加入EDIT命令的命令行开关,包括/D(禁用Discuz!代码,默认为启用)、/I(忽略积分和时间限制)、/R(在文件中回复帖子,相当于“引用回复”功能)、/S(不使用个人签名,默认为使用)、/T(附加编辑日期和时间)、/U(禁用URL自动识别,默认为启用);
3:调整了NET SEND的用法,“NET SEND [TO] 用户名”将直接发送给指定用户,TO可有可无;“NET SEND FOR 文件名 [帖子号]”将发短信给文件/帖子作者,而“NET SEND RE 文件名 [帖子号]”将引用文件内容回复,此时真正和GUI界面的短消息回复功能一致;
4:TYPE命令可以显示个人签名。
以及其它一些小修改。
欢迎测试。
In order to demonstrate the current development situation of Command Prompt version 4.0 and help improve it further, its first public beta version is now released. The new features are as follows:
1: The completely rewritten language interface makes multi-language support easier, and the 950 Traditional Chinese code page is added (directly use CHCP 950, or add?cp=950 in the URL; the content is provided by Roy);
2: Add command-line switches for the EDIT command, including /D (disable Discuz! code, enabled by default), /I (ignore points and time limits), /R (reply to the post in the file, equivalent to the "quote reply" function), /S (do not use personal signature, use by default), /T (append edit date and time), /U (disable URL automatic recognition, enabled by default);
3: Adjust the usage of NET SEND. "NET SEND username" will directly send to the specified user, TO can be optional; "NET SEND FOR file name " will send a text message to the file/post author, and "NET SEND RE file name " will quote the file content to reply, and at this time it is really consistent with the short message reply function of the GUI interface;
4: The TYPE command can display the personal signature.
And some other minor modifications.
Welcome to test.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-2-4 00:02 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 70 楼』:
使用 LLM 解释/回答一下
现在正式加入了在A盘上自由建立文件的功能,比如说EDIT A:\ABC.TXT将在A盘上建立ABC.TXT文件(如果已经存在将修改原有的文件),用TYPE、FIND命令可以显示、查找里面的内容,也可以用DEL命令删除文件。文件名采用DOS标准的8.3格式。另外加入了REN命令,以支持重命名A盘上的文件。
说明:由于新版本采用了新格式以存储A盘上文件,以支持自由建立文件,因而3.9以前的版本将无法读取这些文件(原有的文件内容则均已保留)。现更新到4.0 RC2版,地址将和原来的一样:
http://www.cn-dos.net/forum/cmdprmt.php
Now, the function of freely creating files on drive A is officially added. For example, EDIT A:\ABC.TXT will create the ABC.TXT file on drive A (if it already exists, the original file will be modified). You can use the TYPE and FIND commands to display and search the contents, and also use the DEL command to delete files. File names follow the DOS standard 8.3 format. Additionally, the REN command is added to support renaming files on drive A.
Note: Since the new version uses a new format to store files on drive A to support the free creation of files, versions prior to 3.9 will not be able to read these files (the original file contents are all retained). Now updated to version 4.0 RC2, the address will be the same as before:
http://www.cn-dos.net/forum/cmdprmt.php
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-2-4 20:58 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 71 楼』:
使用 LLM 解释/回答一下
发布第三个公开测试版,做了以下主要更新:
1:正式支持willsort和qzwqzw提到的自由脚本功能,可以在命令行下直接运行批处理文件(即以.BAT为扩展名的文件),调用时可省略扩展名,和DOS/CMD一致;
2:支持批处理文件的可替换参数,比如%0、%1、%2等,并加入SHIFT命令来变换其位置;
3:TYPE/MORE命令可以显示和下载帖子中的附件(如果有的话);
4:列出目录视图时可以显示今日帖子。
以及其它一些小修改。
另外,关于%符号有一点要注意,那就是如果在批处理文件中运行时将被自动提取并展开,故如果要在批处理文件中使用%这个符号的话需使用两个%号,比如“echo 已完成95%%”、“font 20%%”等。此处理方法与DOS/CMD下一致(所以批处理文件中常见到for %%i in ...这种形式)。
更新到4.0 RC3版,欢迎测试和报告问题。如果没有问题的话不久后将推出正式版。
Released the third public beta version, and the following main updates are made:
1: Officially support the free script function mentioned by willsort and qzwqzw, can directly run batch files (files with the .BAT extension) under the command line, and the extension can be omitted when calling, consistent with DOS/CMD;
2: Support replaceable parameters of batch files, such as %0, %1, %2, etc., and add the SHIFT command to change their positions;
3: The TYPE/MORE command can display and download attachments in the post (if any);
4: Today's posts can be displayed when listing the directory view.
And some other minor modifications.
In addition, there is a point to note about the % symbol, that is, if it is run in a batch file, it will be automatically extracted and expanded, so if you want to use the % symbol in a batch file, you need to use two % signs, such as "echo Completed 95%%", "font 20%%", etc. This processing method is consistent with under DOS/CMD (so forms like for %%i in ... are common in batch files).
Updated to version 4.0 RC3, welcome to test and report issues. If there are no issues, it will launch the official version soon after no issues.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-2-5 16:48 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 72 楼』:
使用 LLM 解释/回答一下
几日不见
已出了三个测试版了
而且功能确实吸引人呢
现在很忙
等到中午12点后再出测试结果吧
A few days have passed. Three test versions have been released. And the functions are indeed attractive. Now I'm very busy. I'll post the test result after 12 noon.
|
|
2007-2-5 21:20 |
|
|
qzwqzwtest
初级用户
 
积分 21
发帖 6
注册 2007-2-5
状态 离线
|
『第 73 楼』:
使用 LLM 解释/回答一下
功能增加了很多
测试时间不太够用
只列出已知的问题
1、用户个性签名中的Discuz!代码通常不应被禁用,26464#10等帖子有此类问题
2、积分限制主题浏览响应差异,type 26853正常回应,type 27221服务器响应不正确,type 27221 0,9正常回应
3、脚本中%0、%1、%2等在执行了type等命令后丢失
4、脚本中出现死循环时,无法Ctrl+C终止,BREAK ON开启
建议新增
1、type/more是否显示个性签名的开关
2、type/more时显示附件中的贴图
3、脚本中支持goto :eof跳转到结束
A lot of functions have been added.
There is not enough time for testing.
Only list the known issues.
1. The Discuz! code in the user's signature should generally not be disabled. There are such issues in posts like 26464#10.
2. There are differences in the response of topic browsing due to points restrictions. type 26853 responds normally, the server response for type 27221 is incorrect, and type 27221 0,9 responds normally.
3. %0, %1, %2, etc. in the script are lost after executing commands like type.
4. When there is an infinite loop in the script, it cannot be terminated by Ctrl+C, and BREAK ON is enabled.
Suggestions for addition:
1. Switch to display the signature when type/more
2. Display the images in the attachments when type/more
3. Support goto :eof in the script to jump to the end
|

qzwqzw id for test |
|
2007-2-6 02:54 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 74 楼』:
使用 LLM 解释/回答一下
Originally posted by qzwqzwtest at 2007-2-5 01:54 PM:
功能增加了很多
测试时间不太够用
只列出已知的问题
1、用户个性签名中的Discuz!代码通常不应被禁用,26464#10等帖子有此类问题
2、积分限制主题浏览响应差异,type 26853正常回应,type 27221服务器响应不正确,type 27221 0,9正常回应
3、脚本中%0、%1、%2等在执行了type等命令后丢失
4、脚本中出现死循环时,无法Ctrl+C终止,BREAK ON开启
建议新增
1、type/more是否显示个性签名的开关
2、type/more时显示附件中的贴图
3、脚本中支持goto :eof跳转到结束
1:已将个人签名中的Discuz!代码改为通常开启,除非帖子中禁止了。
2:关于27221的第9个回帖响应不正确的问题,经研究发现是无奈何的个人签名中存在的•这个特殊字符引起的。现已将所有的•字符自动替换为·字符,这样应该就不会出问题了。
3:脚本中%0、%1、%2在执行type等命令后丢失的问题已修正。
4:关于死循环,可能要分两种情况。一种情况是死循环部分中存在任何一个像dir、type/more这样的外部命令,或者pause这样的暂停命令,这样批处理程序执行到这条命令时会停顿一秒钟左右或暂停执行,这时按下Ctrl+C键应该是可以终止的(我刚才在IE/Firefox/Opera下都试过了);另一种情况是死循环部分只有内部命令,这就比较麻烦了,因为这时代码是全部交由浏览器处理的,中间没有任何停顿(不需要经过服务器),所以如果一直无停顿的执行下去会导致浏览器停止响应,这时按键当然没有任何效果。所以最好的方法只能是避免只有内部命令的死循环部分了。
5:已加入goto :eof这种用法以跳转到结束。
下面将加入type/more命令的开关。
Originally posted by qzwqzwtest at 2007-2-5 01:54 PM:
Many functions have been added
Test time is not enough
Only known issues are listed
1. The Discuz! code in the user's personalized signature should usually not be disabled. There are such issues in posts like 26464#10
2. There is a difference in the response of topic browsing due to points limits. Type 26853 responds normally, type 27221 has an incorrect server response. Type 27221 0,9 responds normally
3. %0, %1, %2 in the script are lost after executing commands like type
4. When a dead loop occurs in the script, it cannot be terminated by Ctrl+C. BREAK ON is enabled
It is suggested to add
1. Switch for whether to display the personalized signature in type/more
2. Display the stickers in the attachment when type/more
3. Support goto :eof in the script to jump to the end
1: The Discuz! code in the personal signature has been changed to usually be enabled, unless prohibited in the post.
2: Regarding the issue that the 9th reply of 27221 has an incorrect response. After research, it was found that it was caused by the special character • in the personalized signature of Wunahe. Now all • characters have been automatically replaced with · characters, so this should no longer be a problem.
3: The issue that %0, %1, %2 are lost in the script after executing commands like type has been fixed.
4: Regarding the dead loop, there may be two situations. One situation is that there is any external command like dir, type/more, or pause command in the dead loop part. Then the batch program will pause for about one second or pause execution when executing this command. At this time, pressing the Ctrl+C key should be able to terminate (I just tried it under IE/Firefox/Opera); the other situation is that the dead loop part only has internal commands, which is more troublesome because the code is all handed over to the browser for processing, and there is no pause in the middle (no need to pass through the server). So if it executes continuously without pause, it will cause the browser to stop responding, and then the key press will have no effect. So the best method is to avoid the dead loop part with only internal commands.
5: The usage of goto :eof has been added to jump to the end.
The switch for the type/more command will be added below.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-2-6 04:36 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 75 楼』:
使用 LLM 解释/回答一下
使用qzwqzwtest编辑原帖27221#13提示拒绝存取
用Del删除新的回复帖27221#16也提示拒绝存取
Editing the original post 27221#13 using qzwqzwtest prompts "Access Denied"
Deleting the new reply post 27221#16 with Del also prompts "Access Denied"
|
|
2007-2-6 06:43 |
|