Archives of the TeradataForum
Message Posted: Wed, 15 Dec 2004 @ 07:54:19 GMT
Subj: | | Re: Dmteq testing on Teradata Manager 61 |
|
From: | | Ratish_Chandra |
Definitely there is a way to invoke DMTEQ and input from your scripts:
Create a file named "localmenu.txt" in following location with following content:
Location: Teradata manager bin directory in "Program Files\Teradata Manager" Content:
cmd,c:\winnt\system32\cmd.exe /C "start cmd.exe"
This will create a menu item "Local" in the teradata manager executive window, and from there you can get the "cmd" option, from where
you can run DMTEQ directly, and give your inputs from scripts.. i.e. running DMTEQ in batch mode...
Regards.
|