text file conversion unix - windows.whs
来自「c51读写SD卡原代码」· WHS 代码 · 共 7 行
WHS
7 行
// WinHex sample script that converts a UNIX text file into a Windows text file.
// The representation of line breaks differs in both systems.
// Can only be executed by the evaluation version if unchanged.
ExitIfNoFilesOpen
CreateBackup
ReplaceAll 0x0A 0x0D0A
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?