S
Siegfried Heintze
I would like to automate some testing procedures via a bat file for cmd.exe
(or a bash script using cygwin).
How can I automate
(1) The creation of a MSAccess database?
(2) the population of that database with XML that contains the data and the
table definitions
(3) dumping the table contents of the tables and the table defintions back
to a XML file?
Incidently, this next question is off topic but I really don't know where to
look. Is there a news group from cmd.exe?
Here is the question: in bash I can do this:
myprogram.exe <<EOF
data goes here to be read as stdin by my program.
my program stops reading after this line.
EOF
nextprogram.exe
How can I do this with cmd.exe?
Thanks,
Siegfried
(or a bash script using cygwin).
How can I automate
(1) The creation of a MSAccess database?
(2) the population of that database with XML that contains the data and the
table definitions
(3) dumping the table contents of the tables and the table defintions back
to a XML file?
Incidently, this next question is off topic but I really don't know where to
look. Is there a news group from cmd.exe?
Here is the question: in bash I can do this:
myprogram.exe <<EOF
data goes here to be read as stdin by my program.
my program stops reading after this line.
EOF
nextprogram.exe
How can I do this with cmd.exe?
Thanks,
Siegfried