Using Command Line Options
http://www.emeditor.com/help/howto/file/file_commandline.htm
Command line options can be specified in the Run dialog box on the Start menu or a Command Prompt window.
Syntax
Open a file or files
"File1" "File2" "File3" ... [/r] [/fh] [/nr] [/sp] [/l LineNumber] [/cl ColumnNumber] [/cp encoding] [/c "Config"] [/mf "MacroPath"]
Create a new file
[/cd] [/sp] [/c "Config"] [/mf "MacroPath"]
Create a new file and paste
[/i] [/cd] [/sp] [/c "Config"] [/mf "MacroPath"]
Create a new file and paste with quote
[/iq] [/cd] [/sp] [/c "Config"] [/mf "MacroPath"]
Create a new file and paste with quote and returns
[/iqr] [/cd] [/sp] [/c "Config"] [/mf "MacroPath"]
Display the Tray Icon
/ti
Print a file
"File" /p [/nr] [/sp] [/cp encoding]
Compare two files
/cmp "File1" "File2"
Convert a file encoding
"SrcFile" [/nr] [/sp] [/cp EncodingToOpen] [/c "Config"] /cps EncodingToSave /ss+ /sa "DestFile"
To save without the Unicode signature (BOM), use /ss- instead of /ss+.
Display Find in Files dialog box
/fd
Display Replace in Files dialog box
/rd
Find in files
/fc "FindWhat" [/fr] [/fw] [/x] [/fn] [/fu "FilesToIgnore"] [/cp encoding] "path"
This command is called internally when the Find button is selected in the Find in Files dialog box. To search without matching case, use /fi instead of /fc.
Replace in files
/fc "FindWhat" [/fr] [/fw] [/x] [/ko] [/fu "FilesToIgnore"] [/cp encoding] "path" /rw "RepalceWith" [/bk "BackupFolder"]
This command is called internally when the Replace All button is selected in the Replace in Files dialog box. To search without matching case, use /fi instead of /fc. /ko and /bk cannot be specified simultaneously.
Open a file and replace
"File" /rc "FindWhat" [/fw] [/x] [/cp encoding] /rw "RepalceWith"
This command is called internally during the Replace in Files process. To search without matching case, use /ri instead of /rc.
Restore workspace
/ws
This command is called internally when the Restore Workspace command is selected.
Save workspace
/wss
This command is called internally when the Save Workspace command is selected.
Grab text with EmEditor
/eh
This command is called from the Tray Icon when the shortcut key to grab text with EmEditor defined in the Customize Tray Icon dialog box is pressed.
Display Help
/?
Options
/? | displays Help. | ||||||||
/act | activates EmEditor if it is already running, or launches EmEditor if it is not already running. | ||||||||
/bk "BackupFolder" | specifies a backup folder when replacing in files. | ||||||||
/c "Config" | sets the configuration. | ||||||||
/ca | closes all documents. | ||||||||
/car | closes all documents including a hidden window if the "Quick Start" option is enabled. | ||||||||
/cd | set the current directory as the default folder in the Open dialog box. | ||||||||
/cjl | customizes the Jump List on Windows 7 or later. | ||||||||
/cl ColumnNumber | logical column number. | ||||||||
/clw | clears the workspace. | ||||||||
/cmp | compares two files. | ||||||||
/cp Encoding | sets an encoding to open as. An encoding can be one of Encoding Constants. A combination with following values can be specified.
|
||||||||
/cps Encoding | sets an encoding to save as. An encoding can be one of Encoding Constants. | ||||||||
/di | specifies the working folder when creating a new document. Used internally by EmEditor. | ||||||||
/eh | grabs a text box contents. | ||||||||
/fc "FindWhat" | find in files (case sensitive). | ||||||||
/fd | displays the Find in Files dialog box. | ||||||||
/ff "FindWhat" | find a string directly within the opened document. Can be combined with /mc or /x. | ||||||||
/fi "FindWhat" | find in files (ignore case). | ||||||||
/fh | highlights searched strings. | ||||||||
/fn | displays only file names when finding in file. | ||||||||
/fu "FilesToIgnore" | ignores the following file or folder names. | ||||||||
/fr | search in sub folders when finding in files (use with /fc or /fi). | ||||||||
/fw | searches only words. | ||||||||
/hide | runs EmEditor as a hidden window when the "Quick Start" option is enabled. | ||||||||
/i | pastes a text string from the Clipboard. | ||||||||
/ipi | refreshes the plug-in list. used from plug-in installers. | ||||||||
/iq | pastes a text string in quotes from the Clipboard. | ||||||||
/iqr | pastes a text string in quotes and returns from the Clipboard. | ||||||||
/ko | keeps modified files open when replacing in files. | ||||||||
/l LineNumber | move cursor to the logical line number. | ||||||||
/mc | matches cases when /ff is used to find a string. | ||||||||
/mf | specifies a macro file to run. | ||||||||
/n | always start as a new file. | ||||||||
/ncp | suppresses "The specified file does not exist. Open as a new file?" prompt when a specified file is not found. | ||||||||
/ne | specifies event-triggered macros should be disabled. | ||||||||
/nr | does not add the file path to the recent file list. | ||||||||
/od | displays the Open dialog box to select files to open. | ||||||||
/p | prints the file. | ||||||||
/pos left top right bottom | specifies the window position with four integers (left, top, right, bottom). | ||||||||
/r | read-only mode. | ||||||||
/rc "FindWhat" | replaces in files (case sensitive). | ||||||||
/rd | displays the Replace in Files dialog box. | ||||||||
/rh | opens HTML files as read-only. Used internally. | ||||||||
/ri "FindWhat" | replaces in files (ignore case). | ||||||||
/rr | opens files in folders recursively. | ||||||||
/rw | specifies a string to be replaced with. | ||||||||
/sa "DestFile" | specifies a file name to save as after the encoding conversion. | ||||||||
/sca | saves and closes all opened documents. | ||||||||
/scrlf | saves the file using CR+LF as return method after the encoding conversion. | ||||||||
/scr | saves the file using the CR only as return method after the encoding conversion. | ||||||||
/slf | saves the file using the LF only as return method after the encoding conversion. | ||||||||
/sp | specifies that a new separate process from other EmEditor windows should be run. This option is useful when a new EmEditor window must be launched from another application because the application must monitor the process termination so it can detect the file modification. If this is specified, however, some features including tab operations will be disabled, and will void support. | ||||||||
/ss+ | saves the file with a Unicode signature (BOM) after the encoding conversion. | ||||||||
/ss- | saves the file without a Unicode signature (BOM) after the encoding conversion. | ||||||||
/ti | displays the Tray Icon. | ||||||||
/uob | uses the Output Bar to display the Find in Files results. | ||||||||
/x | finds or finds in files using a regular expression. | ||||||||
/ws | restores the workspace. | ||||||||
/wss | saves the workspace. |
Examples
/rr *.htm
opens all .htm files including all sub folders.
/p "filename"
prints filename.
/r "filename"
opens filename in read only mode.
/c "Normal" "filename"
opens filename in the default configuration.
/l 123 "filename"
opens filename, jumps to 123rd line and display it.
/ff "what" /mc "filename"
opens filename, and finds what matching cases.
/fh
highlights string of last search.
/ti
opens as a tray icon.
/fi "ABC" "c:\Temp\*.txt"
searches for the string ABC from all files with the extension .txt on the c:\Temp folder while ignoring case.
/fi "abc" /fr /fw /fn /fu "_*;*.bak" /cp 65536 "c:\test\*.htm;*.txt"
searches for the string abc from all files with the extension .htm and .txt on the c:\test folder while ignoring case. it searches sub folders, searches only words, displays only file names, ignores file or folder names matching "_*;*.bak", and uses the system default encoding.
/fc "[a-e]" /fr /x /fu "_*;*.bak" /cp 65536 "c:\test\*.htm;*.txt"
searches for text matching a regular expression [a-e] from all files with the extension .htm and .txt on the c:\test folder while not ignoring case. it searches sub folders, ignores file or folder names matching "_*;*.bak", and uses the system default encoding.
"c:\test\utf16.txt" /cp 65537 /cps 65001 /ss- /sa "c:\test\utf8.txt" /scrlf
converts a UTF-16LE file c:\test\utf16.txt to UTF-8 without a Unicode signature and saves as c:\test\utf8.txt. The return method is converted to CR+LF.
Tips
- The string searched for in files must be after /fc or /fi.
- If no options are specified, the selected file will simply be opened.
- If /c is not specified and the associated extensions of the configuration are the same, open the file with that configuration.
- If a folder name is specified instead of a file name, the Open dialog box with that folder will be displayed.
- Command line options are case sensitive. For instance /r will not be recognized if written as /R.
- Escape seaquences are always on when searching from the command line.
相关推荐
区块链_智能合约_Solidity_保险应用_基于以太坊的技_1744433266
内容概要:本文档详细介绍了在Windows系统上安装MySQL数据库的具体步骤。首先,需要配置系统环境变量,包括新建MYSQL_HOME变量并将其添加到PATH中;其次,创建并编辑my.ini配置文件,设置MySQL的基本参数如端口、字符集、数据存放目录等;接着,在命令行工具中通过一系列指令完成MySQL的初始化、服务安装、启动以及root用户的密码设置和权限调整。整个流程涵盖了从环境搭建到最终确保MySQL服务正常运行的所有关键环节。 适合人群:适用于有一定计算机操作基础,尤其是对数据库管理有一定兴趣或需求的技术人员。 使用场景及目标:①帮助用户在本地机器上成功部署MySQL数据库环境;②确保用户能够掌握MySQL的基本配置与管理技能,如环境变量配置、服务安装与卸载、用户权限管理等。 其他说明:在安装过程中可能会遇到一些常见问题,例如由于之前版本残留导致的服务安装失败,此时可以通过命令行删除旧服务(sc delete mysql)来解决。此外,为了保证安全性,务必及时修改root用户的初始密码。
内容概要:`STARTUP.A51` 是 Keil C51 编译器自带的启动文件,用于初始化 8051 单片机的硬件和软件环境。该文件主要完成三个任务:初始化堆栈指针、清零内部数据存储器、跳转到主程序。文件中定义了内存模式(如 SMALL),并设置了堆栈指针的初始值为 0x60。接着通过循环将内部数据存储器的所有字节清零,确保程序开始时数据存储器的状态是确定的。此外,文件还列出了 8051 单片机的各个中断向量地址,并为每个中断提供占位符,实际的中断处理程序需要在其他文件中实现。最后,启动代码段初始化堆栈指针和数据段后,跳转到 `MAIN` 函数开始执行主程序。; 适合人群:对嵌入式系统开发有一定了解,尤其是使用 8051 单片机的开发者。; 使用场景及目标:①理解 8051 单片机启动文件的工作原理;②掌握如何初始化堆栈指针和数据段;③熟悉中断向量表的设置及其作用。; 其他说明:此文件为程序正常运行提供了必要的初始化操作,开发者可以根据具体需求修改该文件以适应不同的硬件和软件环境。
内容概要:该论文研究了一种基于行波理论的输电线路故障诊断方法。当输电线路发生故障时,故障点会产生向两侧传播的电流和电压行波。通过相模变换对三相电流行波解耦,利用解耦后独立模量间的关系确定故障类型和相别,再采用小波变换模极大值法标定行波波头,从而计算故障点距离。仿真结果表明,该方法能准确识别故障类型和相别,并对故障点定位具有高精度。研究使用MATLAB进行仿真验证,为输电线路故障诊断提供了有效解决方案。文中详细介绍了三相电流信号生成、相模变换(Clarke变换)、小波变换波头检测、故障诊断主流程以及结果可视化等步骤,并通过多个实例验证了方法的有效性和准确性。 适合人群:具备一定电力系统基础知识和编程能力的专业人士,特别是从事电力系统保护与控制领域的工程师和技术人员。 使用场景及目标:①适用于电力系统的故障检测与诊断;②能够快速准确地识别输电线路的故障类型、相别及故障点位置;③为电力系统的安全稳定运行提供技术支持,减少停电时间和损失。 其他说明:该方法不仅在理论上进行了深入探讨,还提供了完整的Python代码实现,便于读者理解和实践。此外,文中还讨论了行波理论的核心公式、三相线路行波解耦、行波测距实现等关键技术点,并针对工程应用给出了注意事项,如波速校准、采样率要求、噪声处理等。这使得该方法不仅具有学术价值,也具有很强的实际应用前景。
内容概要:本文详细介绍了光伏-混合储能微电网能量管理系统的模型架构及其控制策略。首先探讨了光伏发电模块中的MPPT(最大功率点跟踪)控制,采用扰动观察法和改进型变步长策略来提高光伏板的发电效率。接着重点讲解了混合储能系统的功率分配,利用一阶低通滤波算法将功率需求分为低频和高频两部分,分别由蓄电池和超级电容处理。此外,文中还深入讨论了SOC(荷电状态)管理策略,确保电池和超级电容在不同工作状态下保持最佳性能。仿真结果显示,在光伏出力剧烈波动的情况下,系统能够有效地维持稳定的电压水平,并显著提高了储能设备的使用寿命。 适合人群:对光伏微电网、储能技术和能量管理系统感兴趣的科研人员、工程师和技术爱好者。 使用场景及目标:适用于研究和开发高效、可靠的光伏-混合储能微电网系统,旨在优化能量管理和提高系统稳定性。具体应用场景包括但不限于家庭光伏系统、小型微电网以及工业能源管理系统。 其他说明:文中提供了详细的代码实现和仿真结果,便于读者理解和复现实验。同时,模型设计采用了模块化思路,方便进行个性化修改和扩展。
内容概要:本文详细介绍了基于MATLAB和CVX平台实现的储能调峰调频联合优化模型。该模型不仅涵盖了储能的基本参数设定、负荷不确定性处理、充放电策略制定,还包括了调峰调频的联合调度、功率约束处理、鲁棒优化等方面的内容。通过构建考虑电池退化成本、充放电功率约束以及用户负荷不确定性的储能优化模型,展现了储能系统在电力系统中的高效协同工作。文中提供了详细的代码示例,解释了各个部分的功能和实现方法,强调了模型的深度与创新性。 适合人群:适用于具有一定编程基础和技术背景的研究人员、工程师以及希望深入了解储能系统优化的学生。 使用场景及目标:该模型主要用于电力系统中储能设备的优化调度,旨在提高储能系统的经济效益和社会效益。通过联合调峰调频,能够显著提升储能系统的收益,实现1+1>2的超线性增益效果。此外,该模型还可以用于教学和科研,帮助初学者理解和掌握储能优化的相关技术和理论。 其他说明:代码中包含了丰富的注释和模块化的子程序,使得整个模型易于理解和扩展。对于有经验的开发者,可以在现有基础上进一步改进和定制,以适应不同的应用场景。
大模型技术白皮书2023版
图像增广 PyTorch 版
批量修改文件名可以帮助用户节省大量时间,提高工作效率 里面附带使用教程
《计算机应用基础》第2章--Windows-XP操作系统.ppt
包括:源程序工程文件、Proteus仿真工程文件、电路原理图文件、配套技术手册、论文资料等 1、采用51/52单片机(通用)作为主控芯片; 2、采用1602液晶显示使用过程及状态,液晶屏亮度会随光线自动调整; 3、按键输入6位密码,输入密码正确则锁打开,显示open!输入密码错误次数超过3次,蜂鸣器报警并且锁定键盘; 4、密码可以自己修改,必须是锁打开时才能改密,为防止误操作,修改密码得输入两次; 5、采用24C02保存密码,掉电不丢失; 6、可通过红外遥控器输入密码操作锁的状态;
内容概要:本文深入剖析了2025年全球感知技术的十大发展趋势,涵盖多模态感知融合、3D感知与空间计算、脑机接口中的感知反馈技术、5G/6G赋能的超低延迟感知、语音与情感识别的高级化、生物感知与数字健康、环境感知与自适应智能、增强现实(AR)与触觉反馈技术、气味与化学感知、量子感知与极端条件测量。文章详细介绍了每项技术的技术原理、关键算法、实现方式、商业案例及未来前景,强调了感知技术在智慧城市、自动驾驶、智慧医疗、工业自动化等领域的深刻影响。报告指出,感知技术正从单一传感模式向多模态融合、从二维数据向三维空间重建、从传统网络通信向超低延迟和高可靠性网络升级,实现全场景、全维度的智能感知。; 适合人群:对感知技术感兴趣的科技爱好者、研究人员、决策者、企业管理层和投资人。; 使用场景及目标:①了解感知技术的最新进展和未来发展方向;②为技术研究提供全面、深入的参考;③为商业应用提供具体的案例和前景分析;④推动跨领域协同创新,构建开放共赢的产业生态。; 其他说明:报告基于近年来技术研发的最新进展、业界前沿的技术路线以及各大科技企业在商业落地方面的丰富实践。随着感知技术的不断成熟,数据隐私与安全保护问题也需高度重视,以确保技术进步与社会伦理和谐统一。未来,感知技术将成为推动社会进步和产业升级的重要力量,为实现万物互联、智慧决策和智能体验提供无限可能。
本论文主要论述了如何使用JAVA语言开发一个校园新闻网站 ,本系统将严格按照软件开发流程进行各个阶段的工作,采用B/S架构,面向对象编程思想进行项目开发。在引言中,作者将论述校园新闻网站的当前背景以及系统开发的目的,后续章节将严格按照软件开发流程,对系统进行各个阶段分析设计。 校园新闻网站的主要使用者分为管理员和用户,实现功能包括管理员:首页、个人中心、用户管理、新闻类型管理、校园新闻管理、留言板管理、论坛交流、系统管理,用户前台:首页、校园新闻、论坛交流、留言反馈、个人中心、后台管理等功能。由于本网站的功能模块设计比较全面,所以使得整个校园新闻网站信息管理的过程得以实现。 本系统的使用可以实现本校园新闻网站管理的信息化,可以方便管理员进行更加方便快捷的管理,可以提高管理人员的工作效率。 基于Springboot+vue的校园新闻网站【源码+数据库+参考论文】 感兴趣自行下载学习!
内容概要:本文详细探讨了三相三电平PWM整流器的闭环控制策略及其核心技术——三电平SVPWM算法。文章首先介绍了三相三电平PWM整流器的基本概念和优势,如输出三种电平以降低谐波含量并减少滤波器体积和成本。接着阐述了闭环控制策略的重要性,强调了电压外环和电流内环的双闭环控制机制。随后,文章深入讲解了三电平SVPWM算法的工作原理,包括空间电压矢量的选择、扇区判断、矢量作用时间和死区补偿等关键技术环节。此外,还讨论了中点电位平衡的问题以及PI参数的整定方法。最后,通过示波器测试验证了系统的性能指标,如THD低于3%,直流电压纹波小于1%。 适合人群:从事电力电子领域的工程师和技术人员,尤其是对三相三电平PWM整流器及其控制策略感兴趣的读者。 使用场景及目标:适用于高压大功率场合,旨在提高整流器的性能,降低谐波含量,实现单位功率因数运行。通过合理设计闭环控制策略和优化SVPWM算法,确保整流器在各种工况下都能稳定、高效地工作。 其他说明:文中提供了大量MATLAB和C语言代码片段,帮助读者更好地理解和实现相关算法。同时,针对实际调试过程中遇到的问题给出了实用的解决方案,如中点电位平衡和死区补偿等。
全新红娘本地交友系统定制版源码 相亲婚恋交友小程序源码
内容概要:文章探讨了AI技术,特别是DeepSeek,如何驱动地图生成的变革。首先介绍了地图制图在AI时代的背景与挑战,强调了DeepSeek与地图融合的两种主要方式:嵌入地图制图链和研发地图语言自身的预训练模型。随后详细描述了DeepSeek在地图生成中的具体应用,包括智能化地图生成器DoMapAI的整体框架,地图制图链中的知识图谱推理路径,以及地图语言的Token化过程。最后,文章总结了AI时代地图制图的职业变化和技术变革,指出地图制图正经历“大变局”。 适合人群:从事地图制图及相关领域的研究人员、工程师,以及对AI与地图生成感兴趣的学者。 使用场景及目标:①理解AI技术在地图生成中的应用,特别是DeepSeek的作用;②掌握智能化地图生成器DoMapAI的工作原理及其应用场景;③学习地图语言Token化的方法及其在地图生成中的应用;④探索AI时代地图制图的职业发展方向和技术变革。 阅读建议:本文内容较为专业,建议读者先了解基本的AI技术和地图制图知识。重点关注DeepSeek与地图融合的具体方法和应用场景,理解智能化地图生成器DoMapAI的工作流程,以及地图语言Token化的实现过程。在阅读过程中,可以结合实际案例进行思考,以更好地理解AI技术对地图制图的影响。
chromedriver-mac-arm64-135.0.7049.114.zip
《网络布线与小型局域网搭建(第2版)》第3章-布线系统的设计.ppt
内容概要:本文详细介绍了使用Abaqus软件进行子弹穿钢板模型的模拟方法,重点探讨了CAE文件的作用和创建过程。首先概述了子弹穿钢板模拟的重要性和应用场景,接着深入讲解了CAE文件的概念及其作为模拟‘大脑’的关键地位。文中提供了详细的Python代码示例,涵盖创建部件、定义材料属性、划分网格、设置接触条件以及显式动力学分析步骤等方面的内容。此外,还讨论了网格划分的艺术、接触设置的注意事项、求解器参数的选择以及后处理技巧,强调了每个环节的具体操作和优化建议。 适合人群:从事工程模拟领域的研究人员和技术人员,尤其是对Abaqus软件有一定了解并希望深入掌握其高级特性的用户。 使用场景及目标:适用于需要模拟高速冲击条件下材料行为的研究项目,如防护材料研发、结构抗冲击设计等。通过学习本文,读者能够掌握创建复杂工程模拟模型的方法,提高模拟效率和准确性。 其他说明:文章不仅提供了理论指导,还包括大量实用的操作提示和代码片段,有助于读者快速上手并在实践中不断改进模型。同时,文中提到的一些优化技巧对于提升计算性能和结果可靠性具有重要价值。
内容概要:本文详细介绍了机器视觉系统的关键技术及其应用,涵盖相机标定、OpenCV图像处理以及QT界面开发。首先,文章讲解了相机标定的基本概念和实现方法,通过OpenCV的camera_calibration工具进行标定,确保图像处理和识别的准确性。接着,探讨了图像处理的各种技术,如边缘检测、阈值处理和轮廓检测,展示了如何利用OpenCV库对图像进行预处理。随后,介绍了QT界面开发,通过PyQt5创建了一个直观友好的界面,使用户能够实时查看处理结果并控制设备。最后,讨论了视觉识别与抓取的具体实现,包括物体识别、坐标转换和机械臂控制,强调了多传感器融合的重要性。 适合人群:具备一定编程基础,尤其是对机器视觉感兴趣的开发者和技术爱好者。 使用场景及目标:适用于工业自动化、智能制造等领域,旨在帮助读者理解和实现完整的机器视觉系统,提高生产效率和精度。 其他说明:文中不仅提供了详细的代码示例,还分享了许多实践经验,如标定板制作、图像格式转换等,有助于读者避免常见错误并优化系统性能。