ActiveState wrote a white paper (I am one of the authors) for Microsoft about porting scripts (Perl,Python,PHP,TCL) from Linux to Windows 2000. You should be able to find it somewhere on msdn.microsoft.com. Shane
Andre Amaral wrote: > > Hi all, > > I would like to ask my experienced friends here if its possible to port a > script made for linux to run in windows IIS. I've been trying to make linux > scripts run on my server and some of them do and some don't. I also notice > that the problem relies how Linux and Windows refer to firectories. > > Linux Ex. > $base_dir = "/home/somescript/" > > Windows Ex. > $base_dir = "C:\home\somescript" > > Now. My question is... Is there any way to use script made for Linux in > Windows? If YES what have to be done in order to make it to work? > > Thank you, > Andre > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]