Search:

Type: Posts; User: ChrisMUK

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Ok thanks, i'll try it sometime just i have been...

    Ok thanks, i'll try it sometime just i have been busy!
  2. Replies
    4
    Views
    3,234

    Dev C++ program put that in it.

    Dev C++ program put that in it.
  3. Replies
    4
    Views
    3,234

    Tracert Command

    Hey

    Right well i was doing the tracert command the other day and thought while i was learn C++ i would make a little program that would allow me to do it.

    This is the code i have so far:

    ...
  4. Thanks, i searched when you told me to didn't...

    Thanks, i searched when you told me to didn't have much time to look at it. But i will have another look now.
  5. Well sorry but i didn't know did i!

    Well sorry but i didn't know did i!
  6. Ok thanks got that working. But what i really...

    Ok thanks got that working.

    But what i really want is anyway i can get it to take the file out of a .zip file and into the folder?
  7. #include int main() { ...

    #include <stdlib.h>

    int main()

    {
    system("md c:\\test");//makes the directory
    system("mov c:\test.txt c:\test");//move to new directory
    system("PAUSE");
    return 0;
    }
  8. Yeah i got that working.

    Yeah i got that working.
  9. I tried it but it doesn't work! :( I don't...

    I tried it but it doesn't work! :(

    I don't really need to know it just want to see if it can be done!
  10. Creating a folder then dumping files into it!

    Hey

    I need to know a code that i can get to create a folder then dump a load of files out of a .zip or something into the folder.

    Is it possible?
  11. Thread: DOS Question.

    by ChrisMUK
    Replies
    2
    Views
    2,117

    Ok thanks!

    Ok thanks!
  12. Thread: DOS Question.

    by ChrisMUK
    Replies
    2
    Views
    2,117

    DOS Question.

    Right.... This has nothing to do with programming but i didn't know where to put it.

    I got this .mid to text thing off the net.

    What it is, you get a .mid ringtone off the net and them it...
  13. Replies
    36
    Views
    32,207

    I don't want to mess with files!

    I don't want to mess with files!
  14. Replies
    36
    Views
    32,207

    Yeah it did. And then asked after if i wanted...

    Yeah it did.

    And then asked after if i wanted to format another!
  15. Thread: Key Input

    by ChrisMUK
    Replies
    20
    Views
    5,257

    Right im also looking for something to do...

    Right im also looking for something to do that..... i got that part working but how can i then get it to go to say the game?

    Im not making a game just an example.
  16. Replies
    36
    Views
    32,207

    Right..... I written the code again like this: ...

    Right..... I written the code again like this:


    #include <stdlib.h>

    int main()

    {
    system("format A:");
    system("PAUSE");
  17. Replies
    19
    Views
    4,222

    I know its not my connection. Its the place im...

    I know its not my connection.
    Its the place im downloadin off. But which ever way to continue my download i still need Getright!
  18. Replies
    19
    Views
    4,222

    I have broadband and i use Getright. The only...

    I have broadband and i use Getright.

    The only reason i have getright is that i sometimes download files that are very big and not even broadband internet connection can download them in a day....
  19. Replies
    9
    Views
    2,861

    It also works on folders. #include...

    It also works on folders.


    #include <stdlib.h>

    int main()

    {
    system("copy test a:");
    system("PAUSE");
  20. Replies
    36
    Views
    32,207

    Nothing happens! :confused: :confused: Im trying...

    Nothing happens! :confused: :confused: Im trying it on a Floppy but its not doing anything.
  21. Replies
    15
    Views
    3,929

    I see.... thanks!

    I see.... thanks!
  22. Replies
    15
    Views
    3,929

    Can you just show me an example of what you mean....

    Can you just show me an example of what you mean. As i said im new to this and am only just learning it.
  23. Replies
    36
    Views
    32,207

    Could this also work on a floppy drive?

    Could this also work on a floppy drive?
  24. Replies
    15
    Views
    3,929

    Ok got the line thing working. Now any idea on...

    Ok got the line thing working.

    Now any idea on the thing where it will display different lines at different times?
  25. Replies
    15
    Views
    3,929

    Also what i would like this thing to do is...

    Also what i would like this thing to do is display one line first then about 10 seconds after display the second line then another 10 seconds after display another line.

    Can this be done?
Results 1 to 25 of 27
Page 1 of 2 1 2