in reply to Re: Re: system() on linux/win32
in thread system() on linux/win32

Hello!

With PPM I see:
PPM> search win32::shell Packages available from http://ppm.ActiveState.com/cgibin/PPM/ppmserve +r.pl?urn:/ PPMServer: Win32-Shell [0.03] A simple extension for displaying Windows message b +oxes and
So you can install it writing:
PPM>install Win32-Shell
Another way is:
  • to download the zip file from:
    http://www.activestate.com/PPMPackages/zips/6xx-builds-only/Win32-Shell.zip
  • unpack it into a directory
  • from a DOS shell cd into the directory, write: ppm install --location=. Win32-Shell
  • Replies are listed 'Best First'.
    Re: Re: Re: Re: system() on linux/win32
    by Anonymous Monk on Apr 26, 2002 at 13:22 UTC
      thanx the second works ...

      NaSe