Is there a way to change the workingDirectory for a project? for example...I'd like to change C:\projects\perforce\CDB to... C:\projects\ the get command in getCommandInit.pgl would then get files to C:\projects\ cmd /x/c cd /d <%=workingDirectory%> && p4 -c <%=client%> -p <%=port%> -u <%=user%> -P <%=passwd%>