pwrplay.py 241 B

12345
  1. import ctypes
  2. pwrplay = ctypes.cdll.LoadLibrary("C:\\Program Files (x86)\\Cognos\\cer5\\bin\\PwrPlay.exe")
  3. pwrplay.CreateObject("Report").Open("C:\\GlobalCube_LOCOSOFT\\System\\LOCOSOFT\\Report\\2_1_1_Verkaeuferbericht_Gesamtverkauf.ppr")