问题描述
我们的耕种卷目前显示在记事本中.是否有一个命令开关,使其在文本文件的末尾打开.
更新:2012年4月10日格林威治标准时间和当地时间.
Notepad2有一个命令行开关/g -1来实现此目的./g对于GoTo,-1 =,因为UnOf是EndOfFile. /g 25会将其发送到第25行,如果有25行,则发送到末尾.
/g -1将其发送到第0xffffffff行,超过最大文件大小",依此类推,直到文件末尾.
我知道ms记事本没有这样的命令行开关功能.
最好再安装Notepad2.
问候,
:)
Our Till roll is currently displayed in Notepad. Is there a command switch, to make it open at the end of the text file.
Update: 10 April 2012 00:44 GMT and Local Time.
Notepad2 has a Command Line switch /g -1 to make this happen./g for GoTo, -1= as unsigned is EndOfFile. /g 25 will send it to line 25,if it has 25 lines, otherways to the end.
/g -1 sends it to line 0xffffffff, past the Max File Size, and so, to the end of the file.
I understand that ms Notepad has No such command line switch facilities.
Better install Notepad2 then.
regards,
:)
推荐答案
这篇关于在文件尾部打开记事本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!