S
Slickuser
Have any one familiar with Perl Dev Kit?
I want to compile my game.pl script to executable.
So I can run this command "game" anywhere on command windows. Maybe
set some environment variable?
Any help>
Currently, I have to run where game where it is located with such as
in the C drive otherwise I get this error.
C:\>game
'game' is not recognized as an internal or external command, operable
program or batch file.
I can hack it and manually put it in C:\Windows then I can use game
anywhere I want.
Thanks.
I want to compile my game.pl script to executable.
So I can run this command "game" anywhere on command windows. Maybe
set some environment variable?
Any help>
Currently, I have to run where game where it is located with such as
in the C drive otherwise I get this error.
C:\>game
'game' is not recognized as an internal or external command, operable
program or batch file.
I can hack it and manually put it in C:\Windows then I can use game
anywhere I want.
Thanks.