Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Add/Remove programs question

Options
  • 18-12-2003 4:17pm
    #1
    Closed Accounts Posts: 10,921 ✭✭✭✭


    Is there any way in Win98 to write the list of programs that appear in

    Start > Settings > Add/Remove Programs

    to a *.txt file?


Comments

  • Registered Users Posts: 2,931 ✭✭✭Ginger


    dir *.* /s >> myfile.txt

    should do it

    Look up DOS command piping


  • Registered Users Posts: 20,995 ✭✭✭✭Stark


    that writes the list of files in the current directory to a text file.

    Maybe take a look at TweakUI. I think there's a registry key that holds them as well. Open up regedit ,do a search for a particular program title then when you find the list do Export Registry Key.


  • Registered Users Posts: 2,931 ✭✭✭Ginger


    Yeah sorry thought it read start menu

    Only way to get it into a text file is to run through the registry

    Check the MSDN or TweakUI for correesponding keys


  • Registered Users Posts: 1,237 ✭✭✭GUI


    Pigman II

    in windows 98

    go into the registry and go to the following key

    HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/WINDOWS/CURRENTVERSION/UNINSTALL

    thats the key that add/remove programs queries to populate itself.

    and dump it to a registry export

    and u can easily resave it without info u dont want to text


Advertisement