Suchy Posted January 21, 2008 Share Posted January 21, 2008 Is there a simple programing language that I can set up under Win XP or Vista, so that I can run simple scripts in the command prompt to test different loops, if/else statemenrs ... Something like Basic under win 3.11, 95, 98 or Perl or even C++ under Linux. ??? Link to comment https://forums.phpfreaks.com/topic/86990-programing-language-for-windows/ Share on other sites More sharing options...
steelmanronald06 Posted January 21, 2008 Share Posted January 21, 2008 Java can be ran from command line, and I thought basic PHP scripts could be too. Also, I know that ms-dos has use of the echo command...there might be other similar commands, such as loops and if statements, that are native to windows that can be ran from the command prompt. Link to comment https://forums.phpfreaks.com/topic/86990-programing-language-for-windows/#findComment-444818 Share on other sites More sharing options...
Daniel0 Posted January 21, 2008 Share Posted January 21, 2008 Windows has batch scripting. You can also choose to just use PHP, Perl, Python, Ruby or another interpreted language which can be run from the command line. Link to comment https://forums.phpfreaks.com/topic/86990-programing-language-for-windows/#findComment-445020 Share on other sites More sharing options...
trq Posted January 21, 2008 Share Posted January 21, 2008 Perl, PHP, Python and Ruby all come to mind. Link to comment https://forums.phpfreaks.com/topic/86990-programing-language-for-windows/#findComment-445076 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.