Search:

Type: Posts; User: cyberpuck52

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    4,747

    Cool thanks Fordy! I should have a dummy pc...

    Cool thanks Fordy! I should have a dummy pc ready to go this weekend. I will play with it and see if I can get these to work. I just had a meeting today with my boss and some GM boys and we did...
  2. Thanks a lot for the help! I will look into that...

    Thanks a lot for the help! I will look into that site! Thanks for clearing up the post question too.


    Thanks,
    Dan
  3. Sorry I didn't realize everyone read every post....

    Sorry I didn't realize everyone read every post. I will keep it to one post from now on. I'm just getting the hang of this board. I just registered today and I have already been yelled at twice. I...
  4. Replies
    10
    Views
    4,747

    Fordy - Would that change the name? Or is...

    Fordy -
    Would that change the name? Or is there a safe function that will delete the file? I'm just trying to delete the Ratings file! I don't want to hurt anything else. Would regdelex() get rid...
  5. would like to change the value in the registry

    Hello, I would like to know if any of you can tell me how I can edit a file in the registry using C/C++? I can go on my PC and run regedit and rename the file my self. But I am looking to make this...
  6. Replies
    10
    Views
    4,747

    Rename a value in the registry?

    Hello, I would like to know if any of you can tell me how I can edit a file in the registry using C/C++? I can go on my PC and run regedit and rename the file my self. But I am looking to make this...
  7. Replies
    7
    Views
    2,119

    What compiler are you using? C or C++? ...

    What compiler are you using?

    C or C++?

    What OS?
  8. Replies
    2
    Views
    1,435

    You're right it does. What happed is, I get a...

    You're right it does. What happed is, I get a call all the time telling me they can't view a secured site because the parental setting are enabled. I walk them through IE to change them and they...
  9. Replies
    2
    Views
    1,435

    Edit a file in the registry????

    Hello, I would like to know if any of you can tell me how I can edit a file in the registry using C? I can go on my PC and run regedit and rename the file my self. But I am looking to make this step...
  10. Replies
    3
    Views
    3,167

    Edge, Thanks man that works great!! #include...

    Edge,
    Thanks man that works great!!

    #include <stdio.h>

    int main(void)
    {
    char oldname[80], newname[80];

    /* prompt for file to rename and new name */
  11. Replies
    3
    Views
    3,167

    Can it be that simple? I will give it a try,...

    Can it be that simple? I will give it a try, Thanks!!!:o
  12. Replies
    3
    Views
    3,167

    rename a file on the C drive

    Hello programmers,
    Can anyone tell me how to rename a file using C?

    Ex-
    I have a file c:\My Documents\Test File\Test\testLog.log and I would like to have a C program that will run and test to...
  13. Replies
    7
    Views
    2,119

    jobolikescake, Try this code it should work for...

    jobolikescake,
    Try this code it should work for you.


    #include <windows.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>

    //prototypes (your functions)
Results 1 to 13 of 13