代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/126074/6018813
tst insquery.tst
(unwatch all)
(clear)
(load insquery.clp)
(dribble-on "insquery.out")
(batch "insquery.bat")
(dribble-off)
(clear)
(open "insquery.rsl" insquery "w")
(load "compline.clp")
(printout insquery "insquery
www.eeworm.com/read/125819/6020966
bat go.bat
; this is a windows batch file to compile hi.c
; set SDCCINC=c:\usr\local\sdcc\device\include
; set SDCCLIBS=c:\usr\local\sdcc\device\lib\small
set SDCCINC=c:\sdcc\include
set SDCCLIBS=c:\sdcc
www.eeworm.com/read/124399/6049775
tst dyobjcst.tst
(unwatch all)
(clear)
(set-dynamic-constraint-checking TRUE)
(dribble-on "dyobjcst.out")
(batch "dyobjcst.bat")
(dribble-off)
(set-dynamic-constraint-checking FALSE)
(clear)
(open "dyobjcst.rsl" dyobj
www.eeworm.com/read/124399/6049785
tst stobjcst.tst
(unwatch all)
(clear)
(set-static-constraint-checking TRUE)
(dribble-on "stobjcst.out")
(batch "stobjcst.bat")
(dribble-off)
(clear)
(open "stobjcst.rsl" stobjcst "w")
(load "compline.clp")
(printout
www.eeworm.com/read/124399/6049815
exp dfnxexe.exp
TRUE
CLIPS> (batch "dfnxexe.bat")
TRUE
CLIPS> (deffunction print-args (?a ?b $?c)
(printout t ?a " " ?b " and " (length ?c) " extras: " ?c crlf))
CLIPS> (print-args 1 2)
1 2 and 0 extras: ()
CLIPS>
www.eeworm.com/read/124399/6049826
tst gnrcerr.tst
(unwatch all)
(clear)
(dribble-on "gnrcerr.out")
(batch "gnrcerr.bat")
(dribble-off)
(clear)
(open "gnrcerr.rsl" gnrcerr "w")
(load "compline.clp")
(printout gnrcerr "gnrcerr.bat differences are as fo
www.eeworm.com/read/124399/6049835
tst textpro.tst
(unwatch all)
(clear)
(dribble-on "textpro.out")
(batch "textpro.bat")
(dribble-off)
(clear)
(open "textpro.rsl" textpro "w")
(load "compline.clp")
(printout textpro "textpro.bat differences are as fo
www.eeworm.com/read/124399/6049844
exp stobjcst.exp
TRUE
CLIPS> (batch "stobjcst.bat")
TRUE
CLIPS> (load "stobjcst.clp")
##*
[RULECSTR1] Variable ?x in CE #1 slot y
has constraint conflicts which make the pattern unmatchable.
ERROR:
(defrule MAIN::err
www.eeworm.com/read/124399/6049938
tst factsav.tst
(unwatch all)
(clear)
(dribble-on "factsav.out")
(batch "factsav.bat")
(dribble-off)
(clear)
(open "factsav.rsl" factsav "w")
(load "compline.clp")
(printout factsav "factsav.bat differences are as fo
www.eeworm.com/read/124399/6049966
exp msgerr.exp
TRUE
CLIPS> (batch "msgerr.bat")
TRUE
CLIPS> (defclass THINGO
(is-a USER)
(slot x (create-accessor read-write))
(multislot y (create-accessor read-write)))
CLIPS> (defmessage-handler THINGO