If Verzweigung hatte Fehler
This commit is contained in:
+1
-11
@@ -10,17 +10,7 @@
|
|||||||
(if (getenv "DXFM_BLOCKS")
|
(if (getenv "DXFM_BLOCKS")
|
||||||
(setq modul-pfad (strcat (getenv "DXFM_BLOCKS") "/"))
|
(setq modul-pfad (strcat (getenv "DXFM_BLOCKS") "/"))
|
||||||
(progn
|
(progn
|
||||||
(alert "Umgebungsvariable DXFM_BLOCKS nicht gesetzt!\nBitte zuerst bin\\setenv.bat ausfuehren.")
|
(alert "DXFM_BLOCKS nicht gesetzt!\nBitte zuerst bin\\setenv.bat ausfuehren.")
|
||||||
(exit)
|
|
||||||
)
|
|
||||||
|
|
||||||
(progn
|
|
||||||
(alert
|
|
||||||
"DXFM_BLOCKS nicht gesetzt!\n\n"
|
|
||||||
"Bitte fuehren Sie zuerst bin\\setenv.bat aus,\n"
|
|
||||||
"oder setzen Sie den Pfad manuell mit:\n"
|
|
||||||
"(setenv \"DXFM_BLOCKS\" \"C:/Users/y.wang/Documents/dxfmakros/Blocks/")"
|
|
||||||
)
|
|
||||||
(exit)
|
(exit)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user