The following commands will create the data store named BINARIES and then add ACCT00.dll to the ESDEMO/PROGRAMS folder within it:
seedeploy data create sql://localhost/sqlexpress/BINARIES seedeploy data add acct00.dll sql://localhost/sqlexpress/BINARIES/acct00.dll?folder=ESDEMO/PROGRAMS;type=blobThe following command will add ACCTSET.mod to the ESDEMO/MAPS folder of the BINARIES datastore using the following command:
seedeploy data add acctset.mod sql://localhost/sqlexpress/BINARIES/acctset.mod?folder=ESDEMO/MODS;type=blob