Tinyski replied to Rich Matheisen [MVP]
23-Nov-09 08:38 PM
Rich, that looks like what I want to do but I am not a programmer would not
know the first thing to do with this... But in the mean time, got the AT
scheduled task to work with this batch file below...now to see if the AT Task
will stop the links...
set h=%TIME:~0,2%
set m=%TIME:~3,2%
set/a m2="m + 1"
set t2=%h%:%m2%
set t2
cd c:\temp\mqueue
at \\cdximc %t2% cmd /c "c:\temp\mqueue\aqadmcli linkinfo >
c:\temp\mqueue\tst.txt"