@echo off rem **************************************************************************** rem * rem * Copyright (c) 2001-2003 Tortuga Technologies Pty Ltd. All rights reserved. rem * rem * This is unpublished proprietary source code of Tortuga Technologies Pty Ltd. rem * The copyright notice above does not evidence any actual or intended rem * publication of such source code. rem * rem **************************************************************************** rem * rem * File: C:\reports\wrapper.bat rem * rem * Description: wrapper script for executing one or more reports rem * rem **************************************************************************** setlocal rem * rem * change to the correct drive rem * C: rem * rem * change to the correct directory rem * cd reports rem * rem * now execute the report commands rem * reports.bat Default "Fred Jones" fred@jones.com reports.bat All%20New "Fred Jones" fred@jones.com rem * rem * all done rem * endlocal