running dos commands using c

  • Follow


Hey all,
  I was just wondering as to how to implement dos commands and windows
commands using the C language?
any ideas?

0
Reply dube.kapil (2) 7/31/2005 2:35:54 PM

kapsi wrote on 31/07/05 :
>   I was just wondering as to how to implement dos commands and windows
> commands using the C language?
> any ideas?

What do you want exactly ? In the title you said "running dos command". 
Now you ask for "implement dos commands". I'm lost. Try to be 
consistent...

-- 
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"Mal nommer les choses c'est ajouter du malheur au
monde." -- Albert Camus.


0
Reply emdel (952) 7/31/2005 2:48:52 PM


In article <mn.fbf07d574a67cdf0.15512@YOURBRAnoos.fr>,
Emmanuel Delahaye <emdel@YOURBRAnoos.fr> wrote:
>kapsi wrote on 31/07/05 :
>>   I was just wondering as to how to implement dos commands and windows
>> commands using the C language?
>> any ideas?
>
>What do you want exactly ? In the title you said "running dos command". 
>Now you ask for "implement dos commands". I'm lost. Try to be 
>consistent...

PDNFTT

0
Reply gazelle (565) 7/31/2005 3:21:06 PM

Kenny McCormack wrote on 31/07/05 :
> In article <mn.fbf07d574a67cdf0.15512@YOURBRAnoos.fr>,
> Emmanuel Delahaye <emdel@YOURBRAnoos.fr> wrote:
>> kapsi wrote on 31/07/05 :
>>>   I was just wondering as to how to implement dos commands and windows
>>> commands using the C language?
>>> any ideas?
>> 
>> What do you want exactly ? In the title you said "running dos command". 
>> Now you ask for "implement dos commands". I'm lost. Try to be 
>> consistent...
>
> PDNFTT

meaning ?

-- 
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"C is a sharp tool"


0
Reply emdel (952) 7/31/2005 3:53:40 PM

In article <mn.fc317d57caff9dd0.15512@YOURBRAnoos.fr>,
Emmanuel Delahaye <emdel@YOURBRAnoos.fr> wrote:
>Kenny McCormack wrote on 31/07/05 :

>> PDNFTT

>meaning ?

"Please Do Not Feed The Troll"
-- 
  The rule of thumb for speed is:

  1. If it doesn't work then speed doesn't matter.  -- Christian Bau
0
Reply roberson2 (8067) 7/31/2005 3:54:54 PM

Walter Roberson wrote on 31/07/05 :
> In article <mn.fc317d57caff9dd0.15512@YOURBRAnoos.fr>,
> Emmanuel Delahaye <emdel@YOURBRAnoos.fr> wrote:
>> Kenny McCormack wrote on 31/07/05 :
>
>>> PDNFTT
>
>> meaning ?
>
> "Please Do Not Feed The Troll"

Ah, thanks.

                               _____________________
                   /|  /|     |                     |
                   ||__||     |   Please do not     |
                  /   O O\__  |     feed the        |
                 /          \ |       Trolls        |
                /      \     \|_____________________|
               /   _    \     \      ||
              /    |\____\     \     ||
             /     | | | |\____/     ||
            /       \|_|_|/   |     _||
           /  /  \            |____| ||
          /   |   |           |      --|
          |   |   |           |____  --|
   * _    |  |_|_|_|          |     \-/
*-- _--\ _ \                  |      ||
  /  _     \\        |        /      `
*  /   \_ /- |       |       |
  *      ___ c_c_c_C/ \C_c_c_c____________


-- 
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"Clearly your code does not meet the original spec."
"You are sentenced to 30 lashes with a wet noodle."
-- Jerry Coffin in a.l.c.c++


0
Reply emdel (952) 7/31/2005 3:58:33 PM

"kapsi" <dube.kapil@gmail.com> wrote
>
>  I was just wondering as to how to implement dos commands and windows
> commands using the C language?
> any ideas?
>

#include <afewstandardheaders.h>
#include <afewsystemspecificheaders.h>

int main(void)
{
  printf("Prints some output to the dos window\n");
  systemspecificcall();
  return 0;
} 


0
Reply regniztar (3128) 8/2/2005 9:16:03 PM

been a bit late in replying .. but what i exactly had in mind was that
.... i was thinking of this prank... i want to write a program with
which i can change the icons ... on the desktop... it can be done
manually .. by doing each icon, but i was wondering if there is a way
to do it with software ........ hope you understand what i mean to
say.....
can any one show me how to?
yours kapil

0
Reply dube.kapil (2) 8/3/2005 2:33:02 PM

kapsi wrote:

> been a bit late in replying 


By now, I certainly have no idea what you are talking about. Please
quote a sufficient portion of the previous message. To do so from
Google, click "show options" and use the Reply shown in the expanded
header.




Brian

0
Reply defaultuserbr (3657) 8/3/2005 4:55:27 PM

"kapsi" <dube.kapil@gmail.com> writes:
> been a bit late in replying .. but what i exactly had in mind was that
> ... i was thinking of this prank... i want to write a program with
> which i can change the icons ... on the desktop... it can be done
> manually .. by doing each icon, but i was wondering if there is a way
> to do it with software ........ hope you understand what i mean to
> say.....
> can any one show me how to?
> yours kapil

Since you haven't ... provided any context ... even though we've told
you ...  literally hundreds of times ... exactly how to do so ... even
if you use ... the broken interface ... provided by groups.google.com
.... I don't know ... exactly what you're talking about ... but I'm
reasonably certain ... that it's completely off-topic here.

Try a newsgroup with "windows" in its name, and cut down on the
ellipses.

-- 
Keith Thompson (The_Other_Keith) kst-u@mib.org  <http://www.ghoti.net/~kst>
San Diego Supercomputer Center             <*>  <http://users.sdsc.edu/~kst>
We must do something.  This is something.  Therefore, we must do this.
0
Reply kst-u (21467) 8/3/2005 9:14:44 PM

9 Replies
72 Views

(page loaded in 0.692 seconds)

Similiar Articles:













7/16/2012 12:49:36 AM


Reply: