How to Study a Week Before an Exam
Q&A for How to Run a Program on Command Prompt
Coming soon
Search
-
QuestionWhen would I need to run a program on Command Prompt?Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years.You might run specialty or legacy software on Command Prompt, or you may need to do some type of manipulation of files.
-
QuestionHow do use other functions?Community AnswerType "Help" in the command prompt window to see a list of commands. Type "Help [command name]" to see a description and syntax usage of a specific command (just remember to replace "[command name]" with the command you want to learn about). For example, "Help xcopy" will display a description of the command along with the syntax and descriptions of each switch.
-
QuestionHow would I know that your computer is ready to add a paste?Community AnswerRight click. If 'paste' is highlighted, then you have something copied ready to paste.
-
QuestionHow do you change your user password?Community AnswerClick the Start menu, click your user icon at the top right corner of the start menu, then click "change your password."
-
QuestionHow do I move to another folder in command prompt?Community AnswerUse "cd" (for change directory), a space, then type the folder path of the folder you want to change to. To move up one level, type "cd .."
-
QuestionHow can I quickly learn how to create a program?Suchy FriedCommunity AnswerStart with codeacademy.com. They have courses in different languages including Java, Python and Ruby, as well as scripting and markup languages. The tutorials are very comprehensible, hands-on and immersive.
-
QuestionI have written a .jsh file in atom, which I had opened through my folder through cmd. How do I run it on cmd?Community AnswerType Start "{path to the associated program}" "{Path to the .jsh file}". Replace {path to the associated program} with the full path of the program that you specified to open and run .jsh files, and replace {Path to the .jsh file} with the full path to the jsh file. it's best that you enclose both in double quotes, just in case there is a space somewhere in the path. be sure to add a space after the associated program closing quote. eg: Start "C:\Program Files\Jaws for windows" "C:\Users\Im So Awesome\Documents\Example.jsh"
-
QuestionHow do I specify parameters for the program?Community AnswerAdd your parameters after the file path. If you used double quotes, then add your parameters after the closing double quotes. If a parameter contains a space, enclose that parameter in double quotes. (eg: start "c:\program files\my app\launch.exe" "a parameter with space" ParameterWithoutSpace)
-
QuestionWhat do I do if command prompt is blocking future commands when I run the program?Community AnswerClick on "Run as administrator" in the right click menu or, for the search button page for Windows 10, click on the arrow to expand the list of actions under the list of actions already there.
-
QuestionHow do I run Discord on command prompt?Community AnswerYou can copy the Absolute Path of the Discord.exe file, then follow what the article above says.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit