Results 1 to 8 of 8

Thread: create executable

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    create executable



    Does anyone happen to know how to create a executabel that would extract the files and folders in the specified location. For example, create/replace a test folder from the "c:\windows\system32\"

    Thanks
    Dali

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: create executable

    Why would you want to mess with the system32 folder? What are you trying to do?

  3. #3
    New Member
    Join Date
    Jun 2005
    Posts
    15

    Re: create executable

    Hes probably trying to make a virus

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    Re: create executable

    No --- I am trying to make a virus....

    I just need to put a ini file into a directory where not people go everyday.. My program use that ini file to do different things.

    Any help is appreciated.

    Thanks
    Dali

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: create executable

    I would avoid any systems folders. If you want to "hide" an .ini file, bury it in a deep folder structure that your program makes at install time.

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: create executable

    Why not use the registry instead? Most users don't poke around in there and if they do then they have to find your section first

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: create executable

    Quote Originally Posted by penagate
    Why not use the registry instead? Most users don't poke around in there and if they do then they have to find your section first
    This is a good option if it is available. However, I've discovered that many companies lock the registry down. My company is completely moving away from using the registry for this reason and we are now saving user settings and preferences in backend DB tables.

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    Re: create executable

    So-- guys help!!! How can I make the executable.. so it will extract the folders to specified folders??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width