Files
pcas/src/makeBaseApp/top/simpleBoot/ioc/st.cmd
T
1998-06-01 19:42:30 +00:00

19 lines
346 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 < iocCore
ld < seq
#ld < <some>Lib
cd startup
#dbLoadDatabase("../../dbd/<some>App.dbd")
#dbLoadRecords("../../<some>App/Db/dbExample.db")
iocInit
#seq &<some snc program>