Search:

Type: Posts; User: Cgrasshopper

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,091

    Ahhh dang. Hmmm, Im gonna keep at it.

    Ahhh dang. Hmmm, Im gonna keep at it.
  2. Replies
    3
    Views
    1,091

    Question regarding system() funtion

    I was wondering if it was possible to use a string or integer inside of a system command.



    while ( x < 10 ) {
    system("copy c:\\new\\example.txt c:\\new2");
    ...
  3. Replies
    5
    Views
    4,589

    I found what I was looking for. It was the...

    I found what I was looking for. It was the system() function. Thank you for your patience :)
  4. Replies
    5
    Views
    4,589

    I think I may have explained that wrong. I was...

    I think I may have explained that wrong. I was rather vague. I am thinking of a C program that would open up ms dos and input commands, rather then a user input. Im being vague because I generally...
  5. Replies
    5
    Views
    4,589

    Write program that uses MS-DOS?

    How would you go about writing a program that uses MS-Dos.

    Ex. I wanted to open up command prompt and input the command "Start /separate e:\example.exe".
  6. Thank you very much. And no problem.

    Thank you very much. And no problem.
  7. Question related to returning to earlier parts of the code.

    I was wondering if it was possible to return to a previous part of the code. I will use a small example. I apologize if this is a n00by question.



    #include <stdio.h>
    #include <string.h>

    int...
Results 1 to 7 of 7