I'm trying to run a Perl program - WyD.pl - on Windows 7. I have Strawberry Perl installed, and the WyD installation folder is located at C:\wyd.pl-0.2
.
Currently, running the program requires navigating to the WyD install directory in the command line, using cd "C:\wyd.pl-0.2"
, and then running it with wyd.pl
.
How do I make it so that I can circumvent the first step entirely, and call the program with wyd.pl
from any directory on the computer?