in reply to Starting Strawberry in Win7

Your path is invalid, you don't specify a drive. See also Re: How to run a perl program from the Windows CMD?.

Replies are listed 'Best First'.
Re^2: Starting Strawberry in Win7
by adefaria (Beadle) on Aug 17, 2014 at 15:25 UTC
    It's perfectly valid to not specify the drive letter. \path\to\exe works just find, unless of course you happen to be on another drive than the one where \path\to\exe resides.

        FWIW, on Win XP, it is possible there to omit the drive letter when invoking a command from the command line, including a Perl script, as long as the ".pl" extension isn't removed.