.HEX .BIN 文件打开软件,

源代码在线查看: text file conversion windows - unix.whs

软件大小: 1003 K
上传用户: taiyubao
关键词: HEX BIN 软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				// WinHex sample script that converts a Windows text file into a UNIX text file.
				// The representation of line breaks differs in both systems.
				// Can only be executed by the evaluation version if unchanged.
				
				ExitIfNoFilesOpen
				CreateBackup
				ReplaceAll 0x0D0A 0x0A			

相关资源