代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/124399/6049845
tst classerr.tst
(unwatch all)
(clear)
(dribble-on "classerr.out")
(batch "classerr.bat")
(dribble-off)
(clear)
(open "classerr.rsl" classerr "w")
(load "compline.clp")
(printout classerr "classerr.bat differences are
www.eeworm.com/read/124399/6049865
tst factsfun.tst
(unwatch all)
(clear)
(dribble-on "factsfun.out")
(batch "factsfun.bat")
(dribble-off)
(clear)
(open "factsfun.rsl" factsfun "w")
(load "compline.clp")
(printout factsfun "factsfun.bat differences are
www.eeworm.com/read/124399/6049877
tst dfrulcmd.tst
(unwatch all)
(clear)
(dribble-on "dfrulcmd.out")
(batch "dfrulcmd.bat")
(dribble-off)
(clear)
(open "dfrulcmd.rsl" dfrulcmd "w")
(load "compline.clp")
(printout dfrulcmd "dfrulcmd.bat differences are
www.eeworm.com/read/124399/6049882
tst focusexe.tst
(unwatch all)
(clear)
(dribble-on "focusexe.out")
(batch "focusexe.bat")
(dribble-off)
(clear)
(open "focusexe.rsl" focusexe "w")
(load "compline.clp")
(printout focusexe "focusexe.bat differences are
www.eeworm.com/read/124399/6049893
exp instance.exp
TRUE
CLIPS> (batch "instance.bat")
TRUE
CLIPS> (make-instance a of A)
[a]
CLIPS> (send [a] print)
[a] of A
(x 34)
(y abc)
CLIPS> (make-instance [a] of A (x 65))
Old instance deleted.
Slot x set with m
www.eeworm.com/read/124399/6049910
tst tmpldflt.tst
(unwatch all)
(clear)
(dribble-on "tmpldflt.out")
(batch "tmpldflt.bat")
(dribble-off)
(clear)
(open "tmpldflt.rsl" tmpldflt "w")
(load "compline.clp")
(printout tmpldflt "tmpldflt.bat differences are
www.eeworm.com/read/124399/6049912
tst dftmpcmd.tst
(unwatch all)
(clear)
(dribble-on "dftmpcmd.out")
(batch "dftmpcmd.bat")
(dribble-off)
(clear)
(open "dftmpcmd.rsl" dftmpcmd "w")
(load "compline.clp")
(printout dftmpcmd "dftmpcmd.bat differences are
www.eeworm.com/read/124399/6049933
tst tmplmslt.tst
(unwatch all)
(clear)
(dribble-on "tmplmslt.out")
(batch "tmplmslt.bat")
(dribble-off)
(clear)
(open "tmplmslt.rsl" tmplmslt "w")
(load "compline.clp")
(printout tmplmslt "tmplmslt.bat differences are
www.eeworm.com/read/124399/6049971
tst focuscmd.tst
(unwatch all)
(clear)
(dribble-on "focuscmd.out")
(batch "focuscmd.bat")
(dribble-off)
(clear)
(open "focuscmd.rsl" focuscmd "w")
(load "compline.clp")
(printout focuscmd "focuscmd.bat differences are
www.eeworm.com/read/124399/6049995
exp coolcmd.exp
TRUE
CLIPS> (batch "coolcmd.bat")
TRUE
CLIPS> (defclass PP-TEST (is-a USER)
(multislot x)
(slot y))
CLIPS> (ppdefclass)
[ARGACCES4] Function ppdefclass expected exactly 1 argument(s)
CLIPS> (ppd