forcestop.bat 421 B

1234567891011121314151617
  1. @rem Licensed Materials - Property of IBM
  2. @rem
  3. @rem IBM Cognos Products: btsv
  4. @rem
  5. @rem (C) Copyright IBM Corp. 2016
  6. @rem
  7. @rem US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. @echo off
  9. setlocal
  10. REM Get the location of the powershell script
  11. SET scriptDir=%~dp0
  12. SET cmd="%scriptDir%forcestop.ps1"
  13. REM Call the Script
  14. powershell "& ""%cmd%"""