Files
pcas/src/makeBaseApp/top/exampleBoot/ioc/st.cmd
1999-09-13 20:20:05 +00:00

20 lines
361 B
Batchfile

# Example vxWorks startup file
# Following must be added for many board support packages
#cd <full path to target bin directory>
< cdCommands
#< ../nfsCommands
cd appbin
ld < exampleLib
cd startup
dbLoadDatabase("../../dbd/exampleApp.dbd")
dbLoadRecords("../../db/dbExample1.db","user=_USER_")
dbLoadRecords("../../db/dbExample2.db")
iocInit
seq &snctest