How can I run a PRISM Package File within a BATCH File. - TechRepublic
General discussion
February 26, 2009 at 11:23 AM
bronx27

How can I run a PRISM Package File within a BATCH File.

by bronx27 . Updated 17 years, 4 months ago

Hello All,

Does anyone know how I can run a PRISM Package File (ex: easycheck.pwc)
from within a BATCH File? I”m stuck on this!

I’m trying the following:

——————————————
@echo OFF
echo.
echo Press [ENTER] to run the EasyCheck PRISM Package…
echo.
PAUSE
START c:\progra~1\newbou~1\Client\ptclient.exe EasyCheck.pwc
CLS
——————————————

Note: The .pwc extension is already associated with the PRISM Program.

Any Help is Appreciated!

Thanks,
Tony (aka bronx27)
Email: bronx27@gmail.com

This discussion is locked

All Comments