这就是将两个文件组合成1新1的想法,让新用户运行lisp并发送返回的代码,即使他们不知道它是什么。因此,通过复制lisp1来创建新的Lisp。lps+检查。包含HD编号的lsp和检查硬盘。下一步是从新的组合文件中生成FAS。如果没有post,可以运行lisp生成多个fas文件。根据我个人的经验,这应该只需要几分钟。
- ; check.lsp change disk id number etc then join to other lisps
- (if (not hardiskcheck )(Load "lisp22") ; use a name that is not obvious but its actually the hard drive check
- (setq did (#Asmi_Get_Drive_Serial "C:"))
- (if (= did "123456")
- (princ "passed")
- (progn
- (alert "Security fail\nPlease contact superman to fix")
- (exit)
- )
- )
如果您使用日期检查查看李mac的“获取国际时间”,这将阻止时钟掉转者重新启动您的软件。 |