Possible ways to run shell scripts on Windows

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
uday123
Forum Newbie
Posts: 3
Joined: Sat Mar 25, 2006 8:44 am

Possible ways to run shell scripts on Windows

Post by uday123 »

Hi All,

I want to know the possible ways to run the shell scripts on windows.
Please help me ASAP.
Regards,
Uday.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

system() et al.

This is not theory; moved to PHP - Code.
Post Reply