代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/126074/6018875
out chemf2.out
(batch "C:/CLIPSCNF/CHEMF2.BAT")
CLIPS> TRUE
CLIPS> (clear)
CLIPS> y
y
CLIPS> (load "C:/Clipscnf/CHEMFIRM.CLP")
Defining deftemplate: username
Defining deftemplate: cashflow
Defining deftempla
www.eeworm.com/read/126074/6018876
out chemf1.out
(batch "C:/CLIPSCNF/CHEMF1.BAT")
CLIPS> TRUE
CLIPS> (clear)
CLIPS> y
y
CLIPS> (load "C:/Clipscnf/CHEMFIRM.CLP")
Defining deftemplate: username
Defining deftemplate: cashflow
Defining deftempla
www.eeworm.com/read/126074/6018878
out chemf3.out
(batch "C:/CLIPSCNF/CHEMF3.BAT")
CLIPS> TRUE
CLIPS> (clear)
CLIPS> y
y
CLIPS> (load "C:/Clipscnf/CHEMFIRM.CLP")
Defining deftemplate: username
Defining deftemplate: cashflow
Defining deftempla
www.eeworm.com/read/126074/6018879
out chemf123.out
(batch "C:/CLIPSCNF/CHEMF123.BAT")
CLIPS> TRUE
CLIPS> (clear)
CLIPS> y
y
CLIPS> (load "C:/Clipscnf/CHEMFIRM.CLP")
Defining deftemplate: username
Defining deftemplate: cashflow
Defining deftemp
www.eeworm.com/read/124399/6049834
exp modulprt.exp
TRUE
CLIPS> (batch "modulprt.bat")
TRUE
CLIPS> (clear) ; Test for illegal export/import constructs
CLIPS> (defmodule A (export ?ALL))
CLIPS> (defmodule B (export deffacts ?ALL))
[PRNTUTIL2] Syntax Er
www.eeworm.com/read/124399/6049843
exp drtest05.exp
TRUE
CLIPS> (batch "drtest05.bat")
TRUE
CLIPS> (clear) ; DR0405
CLIPS> (deffacts first (fact1 =(reset))) ; DR0405
CLIPS> (reset) ; DR0405
CLIPS>
www.eeworm.com/read/124399/6049852
exp coolfnx.exp
TRUE
CLIPS> (batch "coolfnx.bat")
TRUE
CLIPS> (superclassp)
[ARGACCES4] Function superclassp expected exactly 2 argument(s)
CLIPS> (superclassp BOGUS)
[ARGACCES4] Function superclassp expected exactly
www.eeworm.com/read/124399/6049871
exp tmpldflt.exp
TRUE
CLIPS> (batch "tmpldflt.bat")
TRUE
CLIPS> (deftemplate error1 "Wrong Type"
(field x (type SYMBOL)
(default 7)))
[CSTRNCHK1] An expression found in the default attribute
does not mat
www.eeworm.com/read/124399/6049920
tst dfnxerr.tst
(unwatch all)
(clear)
(defglobal ?*sorstate* = (set-sequence-operator-recognition TRUE))
(dribble-on "dfnxerr.out")
(batch "dfnxerr.bat")
(dribble-off)
(set-sequence-operator-recognition ?*sorstate*))
www.eeworm.com/read/124399/6050012
exp tmplmslt.exp
TRUE
CLIPS> (batch "tmplmslt.bat")
TRUE
CLIPS> (clear)
CLIPS>
(deftemplate foo
(multislot a)
(slot x)
(multislot b)
(slot y))
CLIPS>
(defrule bar
(foo (a $?a) (b $?b) (x ?x) (y ?y))