Cube Building Script
The below code will help to automate your cube building process in Windows.
@echo on
C:
cd "C:\Program Files\IBM\cognos10TF\bin\"
Cogtr.exe -n -s "C:\Documents and Settings\rdogra\Desktop\ORO-DRS new approach\ST3 Financial\DRS ST3\FAMIS Expenditure Report.pyj"
cd "C:\Program Files\IBM\cognos10TF\bin\"
Cogtr.exe -n -s "C:\Documents and Settings\rdogra\Desktop\ORO-DRS new approach\ST3 Financial\DRS ST3\FAMIS Expenditure Report 2012.pyj"
@echo off
xcopy "S:\Kishore\internal eeo.mdc" "S:\Rahul Dogra" /c/d/i/y
exit
The below code will help to automate your cube building process in Windows.
@echo on
C:
cd "C:\Program Files\IBM\cognos10TF\bin\"
Cogtr.exe -n -s "C:\Documents and Settings\rdogra\Desktop\ORO-DRS new approach\ST3 Financial\DRS ST3\FAMIS Expenditure Report.pyj"
cd "C:\Program Files\IBM\cognos10TF\bin\"
Cogtr.exe -n -s "C:\Documents and Settings\rdogra\Desktop\ORO-DRS new approach\ST3 Financial\DRS ST3\FAMIS Expenditure Report 2012.pyj"
@echo off
xcopy "S:\Kishore\internal eeo.mdc" "S:\Rahul Dogra" /c/d/i/y
exit
No comments:
Post a Comment