Save this batch file to the HDD where your powershell script files are. You can then drag your powershell "PS1" files onto this batch file and they will be executed.
REM ---------------- Start Batch file
"C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe\powershell.exe" -Command "%1"
pause
REM ---------------- End Batch File