1234567891011121314151617 |
- @rem Licensed Materials - Property of IBM
- @rem
- @rem IBM Cognos Products: btsv
- @rem
- @rem (C) Copyright IBM Corp. 2016
- @rem
- @rem US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- @echo off
- setlocal
- REM Get the location of the powershell script
- SET scriptDir=%~dp0
- SET cmd="%scriptDir%forcestop.ps1"
- REM Call the Script
- powershell "& ""%cmd%"""
|