Search:

Type: Posts; User: dragonklown

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,991

    hmm i havent tried that system command but i know...

    hmm i havent tried that system command but i know the sleep command but i dont need a loop cuz it only runs so many. thanks for the input tho. ill try it out and see if it works.
  2. Replies
    3
    Views
    1,991

    interfacing a program with a game

    Yea im trying to make a program to run scripts for the game called Americas Army for my clans server. Issue is that you have to execute commands in the game console like exec system_config.txt in...
  3. Thread: Time Delay

    by dragonklown
    Replies
    12
    Views
    2,565

    thanks andyhunter that worked. thanks to the rest...

    thanks andyhunter that worked. thanks to the rest of you guys for the quick responses
  4. Thread: Time Delay

    by dragonklown
    Replies
    12
    Views
    2,565

    if bolding means i didnt include the include then...

    if bolding means i didnt include the include then it still wont work because i did included windows.h and its not working. if it helps im using VC++6.0
  5. Thread: Time Delay

    by dragonklown
    Replies
    12
    Views
    2,565

    ok i did a test with sleep and when i went to...

    ok i did a test with sleep and when i went to compile it said 'sleep' : undeclared identifier and it wont finish any reasons why?
  6. Thread: Time Delay

    by dragonklown
    Replies
    12
    Views
    2,565

    now im new to this sleep function would i put...

    now im new to this sleep function would i put sleep before or after each script.

    example:

    script one
    sleep
    script two
  7. Thread: Time Delay

    by dragonklown
    Replies
    12
    Views
    2,565

    It will be running off of a windows xp platform,...

    It will be running off of a windows xp platform, what will happen is the game will call the program and then the program will call the scripts every 8 seconds or so.
  8. Thread: Time Delay

    by dragonklown
    Replies
    12
    Views
    2,565

    Time Delay

    I was wondering if anyone had a code for a time delay. What im trying to do is make a program to help out my Americas Army gameing clan to execute scripts that protect against hackers. What i need to...
  9. Replies
    4
    Views
    1,611

    i tried this system("c:\\Program...

    i tried this system("c:\\Program Files\\Games\\checkers.exe"); and it didnt do anything to help me. i havent yet tried the other thing you gave me but i just want it to be able to ask a user if...
  10. Replies
    4
    Views
    1,611

    I tried that ok here is a sample file I would...

    I tried that ok here is a sample file I would want to have it open say a program in c:\Program Files\Games\checkers.exe . I tried to do it with what you gave me but no go. Ive asked friends that...
  11. Replies
    11
    Views
    1,230

    If your using windows run command prompt and then...

    If your using windows run command prompt and then run your program. If your using xp go to start and click run then type cmd then hit enter. After that go to the directory where your .exe file is for...
  12. Replies
    5
    Views
    1,727

    I use this book "Problem Solving C++, The Object...

    I use this book "Problem Solving C++, The Object of Programming" -Walter Savitch for my programming class in college. I think its a good start.
  13. Replies
    4
    Views
    1,611

    Moving from one directory to another?

    Im new to C++ and am trying my best to learn the stuff. I need to figure out the code to move from let say c:\My Documents to c:\Program Files with my C++ program. I have no code of my own yet since...
Results 1 to 13 of 13