PeopleSoft Client Setup Bat File

if you are having single terminal server among many developers to use App designer through citrix or terminal services. you may create a bat file and place at public desktop so all developer just double click it and PS config ready for new developer.


xcopy  C:\BiPublisher\* C:\Users\%username%\AppData\Roaming\Microsoft\Word\STARTUP /C /Y /E /I /H /R

pscfg -import:C:\PSFT\PSFT.cfg -setup –quite

Remarks:
  1. C:\BiPublisher\* contain word template files for BI publisher, you may copy once after you install BI Publisher from below path
  2. C:\Users\<UserWhoInstallBIPublisher>\AppData\Roaming\Microsoft\Word\STARTUP
  3. C:\PSFT\PSFT.cfg need to create once through configuration manager and copy at this location