明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1624|回复: 4

注册键根未知

[复制链接]
发表于 2012-9-29 14:22:38 | 显示全部楼层 |阅读模式
(defun c:hh()
(setq f(open "F:\昌立线束软件/gx.reg" "W"))
(write-line "Windows Registry Editor Version 5.00" f)
(write-line "" f)
   (write-line "[HKEY_CURRENT_USER\\Software\\Autodesk\\AutoCAD\\R17.1\\ACAD-6001:804\\Profiles\\<<未命名配置>>\\Dialogs\\Appload\\Startup]" f)
   ;(write-line "\"forceguest\"=dword:00000000" f)
(write-line "\"NumStartup\"=\"2\"" f)
   (write-line "\"1Startup\"=\"F:\\\\昌立线束软件[url=]\\\\bom.lsp\[/url]"" f)
   (write-line "\"2Startup\"=\"F:\\\\昌立线束软件[url=]\\\\EF_Library.lsp\[/url]"" f)
   (write-line "" f)
  
   
   
   (close f)
  (vl-registry-write "HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.1\ACAD-6001:804\Profiles\<<未命名配置>>\Dialogs\Appload\Startup" "forceguest" 0)
;(startapp "regedit.exe" "gx.reg")
)


执行这个代码的时候提示:注册键根未知
请各位大师帮我看看问题出在什么地方了
"觉得好,就打赏"
还没有人打赏,支持一下
发表于 2012-9-29 15:17:58 | 显示全部楼层
不确定合汝原意...

  1. (defun c:hh ()
  2.   (setq f (open "F:\昌立线束软件/gx.reg" "W"))
  3.   (write-line "Windows Registry Editor Version 5.00" f)
  4.   (write-line "" f)
  5.   (write-line
  6.     "[HKEY_CURRENT_USER\\Software\\Autodesk\\AutoCAD\\R17.1\\ACAD-6001:804\\Profiles\\<<未命名配置>>\\Dialogs\\Appload\\Startup]"
  7.     f
  8.   )
  9.   ;; (write-line ""forceguest"=dword:00000000" f)
  10.   (write-line ""NumStartup"="2"" f)
  11.   (write-line
  12.     ""1Startup"="F:\\\\昌立线束软件[url=]\\\\bom.lsp\[/url]""
  13.     f
  14.   )
  15.   (write-line
  16.     ""2Startup"="F:\\\\昌立线束软件[url=]\\\\EF_Library.lsp\[/url]""
  17.     f
  18.   )
  19.   (write-line "" f)

  20.   (close f)
  21.   (vl-registry-write
  22.     "HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.1\ACAD-6001:804\Profiles\<<未命名配置>>\Dialogs\Appload\Startup"
  23.     "forceguest"
  24.     0
  25.   )
  26.   ;; (startapp "regedit.exe" "gx.reg")
  27. )
 楼主| 发表于 2012-9-29 15:19:06 | 显示全部楼层
Andyhon 发表于 2012-9-29 15:17
不确定合汝原意...

谢谢大哥!!我测试一下
 楼主| 发表于 2012-9-29 15:20:12 | 显示全部楼层
dcl1214 发表于 2012-9-29 15:19
谢谢大哥!!我测试一下

命令: hh
; 错误: 注册键根未知:
"HKEY_CURRENT_USERSoftwareAutodeskAutoCADR17.1ACAD-6001:804Profiles<<未命名配置>>Dial
ogsApploadStartup"
命令:



还是这个提示啊
发表于 2012-9-29 15:50:10 | 显示全部楼层
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 12:27 , Processed in 0.169000 second(s), 29 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表