Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-24-2004, 06:25 AM   #1 (permalink)
 
Newb Techie

Join Date: Nov 2004

Posts: 4

nagbushank

Default help needed

hii
please anyone tell me how can i run vc++ code from dos prompt
regards
nagbushank is offline  
Old 11-24-2004, 11:51 AM   #2 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

If you've already made the .exe go into your cmd prompt navigate to folder you placed the .exe (using the cd command) then just type:
C:\VCpp_Progs\> programname
Here VCpp_Progs is the dir I stored my program in. programname.exe is the name of the program I made. So replace that with the name of your program.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 11-24-2004, 12:55 PM   #3 (permalink)
 
Newb Techie

Join Date: Oct 2004

Posts: 3

kir_concen

Default Yes You can

You can be able to run the vc++ program from the command prompt as you will do in the linux like gcc program name and the exe file for that is vcc space the program name you want to run
kir_concen is offline  
Old 11-25-2004, 02:20 AM   #4 (permalink)
 
Newb Techie

Join Date: Nov 2004

Posts: 4

nagbushank

Default thxs for the response

hii frds

thxs for the quick response ..
i will explain u what i am reallly trying to do ...

" i want to write a VBscript which automatically opens the VC++ porjects .. complie it link it build it.. and generate all the exe files and exits .. " this things should be done from dos prompt .. so i want to know is there any option by which i can build my vc++ project from command line without opeoning the worksapce of vc++ ...


help me in this

regards
nagbushank is offline  
Old 11-26-2004, 09:48 AM   #5 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Of Course, just read the help files that came with VC++ and they'll tell you how to use the compiler and linker from the command prompt...
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 11-28-2004, 09:48 AM   #6 (permalink)
 
Newb Techie

Join Date: Nov 2004

Posts: 4

nagbushank

Lightbulb i got the soln

hii frds ..

i got the soln for my prob ....
we have to use msdev filename.dsw or .dsp ...
thats all ...

if any more help is need i will wrte to u people .. keep in touch ...

byee
reagrds
nagbushank is offline  
 
Closed Thread

Thread Tools
Display Modes

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

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