Hello:
I am new to program and deisgn and I am working form a Video tutorial while I am using the operating system Windows XP. I am trying to use the command prompt feature. In this video tutorial the instructor is using operating system Windows Vista.
In opening command prompt I find there is a differnce in the first line of the coding in eighter operating systems.
In windows XP the first line in the coding displays as follows:
C:\Documents and Settings\Henry>
In Vista the first line appears as follows:
C:User\Henry
When using command prompt In XP I have this first line by default:
C:\Documents and Settings \Henry>
From there I add the following cd\
Which makes the line look like this
C:\Documents and Setings\Henry>cd \
Then hit enter and type in the next line:
C:\cd cs
Then hit the Tab key. From there all of my information should display in command prompt. Nothing happens.
While the instructor in the tutorial manages to use command prompt while using Vista I trying to duplicate the same using Windows XP. But I do not get the same results as the video instruction does. This is the first step in the command prompt process I am trying to work with. There are more commands to come in the program. Is there some way that I can adjust the coding in the first line that appears in the command prompt window so I can begin to work with the command prompt feature.
Please, all feed back would be greatly appreciated. Thank you.
Page 1 of 1
How Can I get Command Prompt To Work
#2
Posted 24 May 2010 - 03:40 PM
Hello Henry,
It looks like the video is asking you to change directories ( the cd command). After you type "cd cs", you need to press enter, not tab, as that will tell the operating system to execute that command. As a side note, you may want to be sure that the folder named 'cs' exists on your computer. If not, you can create a new folder with that name by typing "md cs" and pressing enter.
Hope this helps.
It looks like the video is asking you to change directories ( the cd command). After you type "cd cs", you need to press enter, not tab, as that will tell the operating system to execute that command. As a side note, you may want to be sure that the folder named 'cs' exists on your computer. If not, you can create a new folder with that name by typing "md cs" and pressing enter.
Hope this helps.
#3
Posted 24 May 2010 - 03:47 PM
cd cs and press tab will auto-complete the name of folder starting with CS. Check if you have a folder on C:\ in which starting two letters in name are CS
#4
Posted 24 May 2010 - 05:13 PM
Hello All:
In your responces I believe that I am working with a cs file. In the programming language that I am getting farmiliar with the file ends in cs and appears called master.cs. I have tried all the alternitves as presented in ajusting the coding but command prompt does not execute in the cs file. The farthest that I've come to executing the file is just having the repetition of the same commands.
So I'd just like to say thanks agian for all the input.
In your responces I believe that I am working with a cs file. In the programming language that I am getting farmiliar with the file ends in cs and appears called master.cs. I have tried all the alternitves as presented in ajusting the coding but command prompt does not execute in the cs file. The farthest that I've come to executing the file is just having the repetition of the same commands.
So I'd just like to say thanks agian for all the input.
#5
Posted 26 May 2010 - 12:10 PM
Hi Henry,
I looked a little further and found that files with the extension of CS can be from several different programs. (Link to the site I use to look these up is http://filext.com/). In that list and from your comments, is the programming language you're learning C or C++, or a variety similar to that? You may want to post into one of the other forums more specific to a programming language rather than the general Windows XP forum.
I looked a little further and found that files with the extension of CS can be from several different programs. (Link to the site I use to look these up is http://filext.com/). In that list and from your comments, is the programming language you're learning C or C++, or a variety similar to that? You may want to post into one of the other forums more specific to a programming language rather than the general Windows XP forum.
Share this topic:
Page 1 of 1

Help

Back to top










