Everyone has unique knowledge and experience with PC technology. This brief information page is provided to make your use of this tool a more user friendly experience, if you need it.
As with any PC, there are several ways to achieve the same goal. Sometimes, what's frustrating to new users is that documentation is not always in exact agreement with what's on the screen. Very often people at Microsoft have made many things configurable by the user, or even other previously installed software, which means documentation must be more generalized.
Each topic below should give you a little more insight to thw Windows command interface.
The second, purpose of the zip, is that it compresses the size of the files it holds, so that the its easier and faster to send over the internet, or to other devices.
The file you will download shorty, is zip file mcpt.zip. You will use Windows, to unbundle (extract) five files.
We will use a feature of Windows to have our batch file just do one task. Clicking the batch file will open a new window known as a command or terminal window. This new window will be your gateway to using mcpt. From this point on you will use the mouse for scroll bars (if the output is long, I recommend using a full size screen, use the square icon on the top right of the window, just left of the X), and for copy-and-paste (see Windows below).
You will get one batch file from the zip, mcpt.bat.
Note windows does NOT require you to type the extension \".bat\" or \".exe\".
Experienced users can use alternate methods to get a command window and not use the batch file. However, do run: mcpt -help=tour to get an introduction to mcpt.
Note that windows does NOT require you to type the extension \".bat\" or \".exe\".
You will get one exe file from the zip, mcpt.exe.
You will get two HTML files from the zip, UserGuide.html (no spaces in the name, upper and lower case as shown). and tour.html (an alternative, but limited overview of mcpt).
The simplicity of the text file is what makes it so useful. There are many ways to create and edit them, and no learning curve for special typing instructions.
You can open, create, or edit txt files with Windows "notepad", you may be able to use word processor products, like Microsoft Word if you just use text and save as a .txt file, there are many other products from the Linux world that have come to Windows (vi, vim, emacs, etc.) that can be used if you save as a .txt file.
When you run the tour (you'll be reminded when you run the batch file during install) or run: "mcpt -help=files" we'll discuss several files that you will likely use.
You will get one txt file from the zip, words.txt. This is a large list of English words which can be used to generate word practice. Anywhere this file name is given, you can use any txt file of your choosing. For example, if you the enjoy the vocabulary of a particular author, you can download a book in .txt format, from Project Gutenberg, or seach the internet for "common words in English", whatever gives you content that you are interested in, and that will give you a wide variety of letters, and word lengths.
Typing at the command prompt, which should look something like this C:\users\owner\mcpt followed by a cursor (white square or underline, maybe blinking) has some rules to adhere to. For the most part, if I give you a command in the tour, in the user guide, or in the helps, you should enter it exactly the same way (copy-and-paste even better).
Do NOT change the case of letters, from upper to lower, or lower to upper. Do NOT delete any space where shown.
For things shown in quotes, use the quotes (double) there are cases where it works without them, but there are definely some pointed out in the user guide that do not.
If you type something and realize you have a typo you can fix it: If you use the backspace key, you can back up to the error and retype it, but you will loose anything you went over. Somethimes, you want this, like to change the last option on the line. But if you wanted to just get back to the letter you forgot, or duplicated - use the cursor (or arrow) left key.
If you cursored back to an extra or wrong character, use the delete key. If you cursored back to one character after the place where you forgot a letter, you can just begin to type what you missed.
After you have fixed the command, you can hit the enter key, you do not have to move the cursor to the end of the line,
You can use the cursor up/down keys to find a command you previously ran. You can then reuse it, or edit it.
Copy-and-paste, can be a time saver and mistake avoidance feature. (It's from Microsoft, it's a little clumsy at first, you should have little need for this.)
Try the following when you are in the window opened by the batch file or you can: hold the windows key (four white squares) and press the "r" key, when the dialoge box appears hit the "OK" button. You are now in a command window (the same as what clicking the batch file would have done).
Let's try copy-and-paste, if it doesn't work we'll check the settings and re-try. In the following you will simultaneous hold two or more keys, instead of using all those words, the standard is to us a plus sign - so: ctrl+V means while holds the ctrl down, depress the v, then release. (Also note the letters we will use C,M,V are by standard shown as upper case but only use SHIFT if its listed.)
At the command prompt: type the word time and hit enter. When the time is displayed, and you are prompted to enter a new time, just hit enter again. Now to rerun the time command, we could of course retype it, or we discussed you could use the cursor up until you see it, but we are going to copy-and- paste, just as you will do to try commands in the tour.
So do this:
If the above failed we'll check the setup.
After you do the install steps, you will use Windows Explorer to fine the installed mcpt.bat file. Clicking this fine will open a window for you. You can then do the same thing again, note however the second window will completely cover the first. Right mouse click on the top border and hold it while you drag it slightly to a different position. You may want to resize them. This method puts both windows working in the same folder (good!).
A second way, has nothing to do with your new batch file. press the "Windows Key" (lower left with 4 whites squares) and simultaneously the "r" key (WK+R in described notation). A small window will appear with the word "cmd" prepopulated, click the "OK" button. Do this again, move one as in step 1.
Note: Your windows do NOT have you in the folder with the installed files. The prompt most like is some thing like C:\users\owner, you need to get to the folder you chose in the install. If you followed the install that will be as below. To change to that folder (also called a directory) run the following command: cd c:\users\owner\mcpt then the prompt should change (cd means change directory). You can verify by running: dir which will list the installed files a few will start with the letters "mcpt".
Repeat this in the other window too.
Use the BACK button, or use the X to close the window and go back.