I have an application that runs (listens to incoming TCP data) from the command prompt. How can I make the command prompt open at Windows Startup and get to the following:
C:/wamp/php/php test.php
where “test.php” is the file that
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got a solutin to my own question:
I created a batch file with commands that redirect to the file (c:\wamp\php\php test.php). I then pinned the file on the startup folder. It works fine.