Forum Moderators: phranque

Message Too Old, No Replies

cammand line from windows server

         

Kysmiley

1:03 pm on Feb 2, 2005 (gmt 0)

10+ Year Member



I have setup an apache test server on my laptop with win xphome. I have a cgi program that needs me to access the command line and do this.
######################
In short, on your command line,

perl Makefile.PL
make
make test
make install
##############################
How can I do this if im not using a nix box.
Pat