Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Neoyanderson

  1. Neoyanderson

    no way around it?

    nope i get the warning that the character is not recognized as an escape
  2. Neoyanderson

    no way around it?

    df_%s_%t_%p im trying to put the above as it is in a CString (VC++) but when i do so, I get a runtime error for obvious reasons. what do i do? is there a syntax thing im missing to make the %s, %t, %p purely characters?
  3. Neoyanderson

    regarding output files

    about output files... what is the default location where the file is created? is there any way to specify an exact location?
  4. Neoyanderson

    creating a script in VC++

    yes i am thinking of a batch file.
  5. Neoyanderson

    creating a script in VC++

    hey im trying to make an application that builds a dos script based on the user's input. what are the functions/commands needed to write to an external file? at the end of this, i want to execute the script and delete it as well...
  6. Neoyanderson

    DOS settings??

    hey my application (VC++) has a bunch of system() functions in it. Although I am happy with how it runs right now, I was wondering if anybody knows a way to keep that command prompt window open instead of flashingall the time. For programming purposes I want to see the exact display on the...
  7. Neoyanderson

    running scripts

    writing scripts in VC++ containing commands for dos
  8. Neoyanderson

    running scripts

    how do I write scripts and execute them?
  9. Neoyanderson

    command prompt results

    i was wondering if there was a way to take the results of a command prompt and use it in the code to determine the output. what i want to do is portray if a certain command was successful or there was an error trying to execute it? can this be done?
  10. Neoyanderson

    sensitive material in edit box

    can you be more specific with this process? how do i set this control and style?
  11. Neoyanderson

    sensitive material in edit box

    hey im trying to make an edit box that will serve to input the password. how do i make it so the user can type out the password in the box and show up as *'s but still set the correct password to the variable?
  12. Neoyanderson

    Multi command line

    hello, I want to execute multiple commands in the same command prompt window session... does that mean i won't be able to execute back to back system() functions? if so then how should i tackle this problem? do I need to build some outside file (batch?) How does that work?
  13. Neoyanderson

    Dialog Box application?

    hey im trying to run a dialog based application however when i compile and run the program none of the dialog boxes come up. How do you get the 'starting' dialog box to appear when the application is run?
  14. Neoyanderson

    variables...

    hi im trying to execute the system() function according to what the user inputs. eg. i system("\"c:\\'user inputted command'"); how would i do this?
  15. Neoyanderson

    Edit Boxes...

    hello can anyone tell me how to add a default text input into an edit box. to be more specific i want to have 'type input here' in the edit box when it first appears. of course this will be altered by the user

Part and Inventory Search

Back
Top