Run powershell script from batch file

11/01/2012 19:46

@echo off
set curdir=%cd%

echo "Pustam sa....z windows command liny"
cd\
rem path to PS script
cd C:\GBP.Install 
rem path to PS script
powershell .\pozdrav.ps1

cd\

rem setting path to original path
cd %curdir%