Search:

Type: Posts; User: NeXtGeN

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    2,135

    So type "DEL *C:\FTPROOT*

    So type "DEL *C:\FTPROOT*
  2. Replies
    20
    Views
    2,135

    Yeah but, why is it putting that? All I need is...

    Yeah but, why is it putting that? All I need is to erase that and I basically accomplished what I set out to do.
  3. Replies
    20
    Views
    2,135

    Wait, I used DEL. I typed "DEL...

    Wait, I used DEL.

    I typed

    "DEL C:\FTPROOT"

    And it said..
    Could not find "C:\mikeprogs\prog4\FTPROOT"

    Why is it putting mikeprogs\prog4 in front of it? How can I prevent this?
  4. Replies
    20
    Views
    2,135

    Not recognized as a command.

    Not recognized as a command.
  5. Replies
    20
    Views
    2,135

    Ok, I got it to work. But in terms of commands...

    Ok, I got it to work.
    But in terms of commands how exactly would you make a delete directory command?

    I tryed
    "DEL C:\...."
    but it didn't work.

    What should I type?
  6. Replies
    20
    Views
    2,135

    It compiles fine. I get the 2 errors when...

    It compiles fine. I get the 2 errors when building it and attempting to execute it.

    The compiler I am using is Microsoft Visual C++.
  7. Replies
    34
    Views
    7,528

    I wish I could have that. Your lucky. I'm dumb.

    I wish I could have that. Your lucky. I'm dumb.
  8. Replies
    20
    Views
    2,135

    Ok. #include #include...

    Ok.


    #include <iostream.h>
    #include <stdlib.h>

    void doDOS(char *command)
    {
    system(command);
    }
  9. Replies
    20
    Views
    2,135

    I typed in EXACTLY what you told me to and got...

    I typed in EXACTLY what you told me to and got this (whew this is quite the trial and error, sorry I'm so dumb)

    --------------------Configuration: mike1 - Win32 Debug--------------------...
  10. Replies
    20
    Views
    2,135

    Thanks again. =)

    Thanks again. =)
  11. Thread: Typing speed

    by NeXtGeN
    Replies
    29
    Views
    9,209

    Yeah I have done that plenty of times I am...

    Yeah I have done that plenty of times I am acutally doing it now lol woooo I love tpying its so fun now I am thinking aobut it and tpying much slower than my potential is, actually no wrong word but...
  12. Replies
    34
    Views
    7,528

    IQ Scores - pure curiosity

    Out of pure couriosity, I was wondering what everyones IQ score is.

    I'm 14 and mine is 100.
    Average is all I am. Damn the man.
  13. Replies
    35
    Views
    6,643

    I listen to a large variety of music. My...

    I listen to a large variety of music.

    My favorites include:

    Exploited
    Ramones
    Casualties
    Johnny Cash
    Sex Pistols
    The Clash
  14. Replies
    55
    Views
    10,217

    The last game I played was EverQuest or Quake 3...

    The last game I played was EverQuest or Quake 3 Arena, can't remember.
  15. Replies
    20
    Views
    2,135

    I am trying to get it to work right now. I get...

    I am trying to get it to work right now. I get the following.

    --------------------Configuration: mike1 - Win32 Debug--------------------
    Compiling...
    mike2.cpp
    C:\mikeprogs\mike1\mike2.cpp(3) :...
  16. Replies
    20
    Views
    2,135

    Program that modifies directories

    I am new to C++ and would like to know how to write a program that will modify directories and/or files, like DOS does. If you could, it would be of great help to actually instant message me and help...
Results 1 to 16 of 16