Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > The Conversation Pit > Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Programming A discussion forum for programs and programming used in tech-related businesses.

Reply
 
Thread Tools
Old 06-02-2008, 09:20 AM   #1 (permalink)
Registered User
 
Join Date: Apr 2008
Location: NC
Posts: 166
OS: xp home edition


Send a message via Yahoo to LIL L
How To

i have a fasination with fixing things via command prompt. i want to be a computer technition when i go to college next year. i pretty much know all the commands they tell you in windows help for how to use the command prompt by heart. i have an old computer running xp that i mess up and fix using the different commands in command prompt for fun. i want to fully expand my commands for more practice. i see people on here saying type this, type that, in command, i want to learn how to do all of that stuff. for example, the whole finding the internet thing, it will say "type the following, ping address, ip number, ect" i want to know how to do command like that. any help is appreciated.
LIL L is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-02-2008, 09:59 AM   #2 (permalink)
TSF Enthusiast
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Northampton, UK
Posts: 910
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)


Re: How To

Hey, could you give an example of what you do when you "fix things via command prompt"... what sort of situation would you be in? anyway theres a command reference here:

http://technet2.microsoft.com/window....mspx?mfr=true

have you learned batch scripting(or the use of batch files)?

Theres another nice site here:
http://commandwindows.com/

And (depending on the type of fixing you do[hence the question above]) you may want to try out windows scripting (usually using vbscript or jscript)... that would get you on the way towards programming, have you tried/do you know any programming languages? You'll find that if you can write programs to fix certain problems you'll do things quicker/could help others out etc etc....

(vbscript is quite useful to learn to get you started with vb.net)

Anyway post back with more info and we'll see if we can give you more advice...

Cheers,
Jamey
jamiemac2005 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-02-2008, 10:19 AM   #3 (permalink)
Registered User
 
Join Date: Apr 2008
Location: NC
Posts: 166
OS: xp home edition


Send a message via Yahoo to LIL L
Re: How To

thanks for replying. the Command-line reference A-Z is what i said that i already know by heart. what i want to do is expand my commands with ones that microsoft thought was too advanced for unexperienced computer owners or ones that are only taught technitions. yes i tried to learn C++ and C# with visual studio 2008 express and visual studio pro 2005. i couldn't find out how to start out because all of the examples on the web have codes and examples you can try but not how to start or teach you what is what and how to start. most totorials says "Now learn how to write C++. first try this basic code." on my visual studio 2008 it has two dropdown menus, one says, main 1 (or something, not at my computer) and the other says object. its really confusing and i would really appreciate help on how to even use the program and where to start put everything. this is not my screenshot, but on i found.
Attached Images
File Type: bmp drop down.bmp (1.76 MB, 2 views)

Last edited by LIL L : 06-02-2008 at 10:22 AM.
LIL L is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-02-2008, 10:52 AM   #4 (permalink)
TSF Enthusiast
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Northampton, UK
Posts: 910
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)


Re: How To

Okay, i don't know where you'd find more info on these commands, but i can help you out with the programming thing... Most tutorials are an effort but i've always suggested these when learning C++: www.cprogramming.com The getting started guide guides you through setting up a compiler and IDE (called Dev-C++)... I'd recommend trying them and using Dev-C++ instead because it's nice and easy to learn and get used to... I've never really liked visual studio (i use express though) and i've only ever used it to write VB.net programs, i'd suggest learning C++ from scratch using those tutorials if you're still insterested because it's quite easy to do...

Cheers,
Jamey
jamiemac2005 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-02-2008, 10:54 AM   #5 (permalink)
TSF Enthusiast
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Northampton, UK
Posts: 910
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)


Re: How To

p.s. as for using visual studio i haven't in ages so i can't help there sorry...
jamiemac2005 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-02-2008, 07:26 PM   #6 (permalink)
TSF Enthusiast
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Northampton, UK
Posts: 910
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)


Re: How To

Oh actually i have another little thing you might like(only just remembered it's existance), if you haven't checked it out yet i can suggest windows powershell, http://www.microsoft.com/windowsserv...l/default.mspx it's a shell "directed at administrators" or something like that, i've barely used it yet but it seems like an idea if you're interested then have a look...
jamiemac2005 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 01:39 PM   #7 (permalink)
Registered User
 
Join Date: Apr 2008
Location: NC
Posts: 166
OS: xp home edition


Send a message via Yahoo to LIL L
Re: How To

Thanks jamiemac2005 for all the help. dev C++ looks really easy not to mention small compared to the 1.5Gb install requirements of C++ express. the websites look good too. i have no idea what powershell is but i'll check it out.

thanks again.
LIL L is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 01:43 PM   #8 (permalink)
TSF Enthusiast
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Northampton, UK
Posts: 910
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)


Re: How To

thats k, yeah dev-c++ is a great IDE, i think the backend is the GNU c++ compiler too... Oh and yeah take a look at powershell it's quite interesting when you get used to it...

Cheers,
Jamey
jamiemac2005 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 01:38 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82