Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For an exercise I need to write a command line utility. But I never ever used something like this other than writing php files, uploading them and testing them online.

Can I write something like this, upload it and run it remotely in a command prompt? Or is this something you can only do locally? (by installing xamp or something like that)

Been searching for a while yesterday so any help is appreciated.

P.S: Alright I already got it working locally but is there any way to do this remotely? Anything so the client can just double click a .bat file or something like that.

share|improve this question
Ask them why they want it in PHP. There are languages much better suited for the command line. – Mr Lister Oct 17 '12 at 10:57
1  
possible duplicate of Is it possible to write a Windows console application using PHP? – mario Oct 17 '12 at 10:58
Why not install W/X/LAMP anyway? You can test much faster if you don't have to upload after every change. Plus you can't accidently put buggy code online. – Laoujin Oct 17 '12 at 10:59
2  
Why the hell did you guys close my question? Your "Possible duplicate" isn't able to help me at all. – Jens Ackou Oct 17 '12 at 11:26
show 1 more comment

closed as not a real question by hakre, mario, JvdBerg, Berry Langerak, Leigh Oct 17 '12 at 11:04

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.