> Try specifying the short directory name in the > "Objects" parameter. For example: > > Objects="C:\PROGRA~1\Tivoli\TSM\domino\dominc.cmd" > > Or you can do what Jan suggests and move it to > a directory without spaces and change your > "Objects" parameter to match. >
Andy reminded me of another way to do this without using the short name. That is: OBJECTS='"C:\Program Files\Tivoli\TSM\domino\dominc.cmd"' using double quotes around the path containing the space, and single quotes around the entire string. The Admin Reference discusses this in the DEFINE SCHEDULE section. Thanks, Del
