shdowflare
07-08-2002, 08:56 PM
Hi gang,
I'm trying to run the following command from the command line in a WSH script:
trnsfrmr.exe -i -nologo -n1 -r4 -keMartSAProd=usera/pass "D:\Progra~1\Cognos\BI DEV\Models\prod_month_sales.v2.1.pyi"
This is all one command line, and I'm having trouble getting it parsed properly. I'm new to scripting... I want to be able to kick this executable, then use SendKeys to fill in two dialog fields (User/Pass), before moving on to execute that file.
Any help is appreciated.
Thanks,
Brian
I'm trying to run the following command from the command line in a WSH script:
trnsfrmr.exe -i -nologo -n1 -r4 -keMartSAProd=usera/pass "D:\Progra~1\Cognos\BI DEV\Models\prod_month_sales.v2.1.pyi"
This is all one command line, and I'm having trouble getting it parsed properly. I'm new to scripting... I want to be able to kick this executable, then use SendKeys to fill in two dialog fields (User/Pass), before moving on to execute that file.
Any help is appreciated.
Thanks,
Brian