@echo off
rem set P4PORT=<host:port> - required if not set in environment
set P4USER=%1
echo %2 | p4 login
p4 %3 %4 %5
