Hi all.
I need to pass a parameter to a starting procedure witch is itself a parameter of prowin32.exe ms-dos file.
This is wrong:
I read somewhere that can also use
Help me doing it right.
I wish to export a table to a .d file automaticaly, using a ms-dos batch file, so it runs every night in scheduled tasks.
I'm a newbie in this language and I can't figure it out by myself because I haven't got the compiler installed. This way I can't do experiments with self-made procedures. So my only way out is using the already-compiled ones.
Thank you.
I need to pass a parameter to a starting procedure witch is itself a parameter of prowin32.exe ms-dos file.
This is wrong:
Code:
prowin32 -b d:\database_name -p dump_d.r ("table_name")
I read somewhere that can also use
Code:
dump_d.r ("all")
I wish to export a table to a .d file automaticaly, using a ms-dos batch file, so it runs every night in scheduled tasks.
I'm a newbie in this language and I can't figure it out by myself because I haven't got the compiler installed. This way I can't do experiments with self-made procedures. So my only way out is using the already-compiled ones.
Thank you.