xboxscene.org forums

Author Topic: Get Apps In Launch Menu  (Read 19 times)

AllzLoZT

  • Archived User
  • Newbie
  • *
  • Posts: 9
Get Apps In Launch Menu
« on: November 28, 2002, 10:54:00 AM »

I noticed that whenever I copy a game to my e:\games\ dir evox finds it (somehow) and puts its name in the Launch Menu. However I would like to have a couple apps I use in that menu as well. These dont get added automatically.

Can anyone tell me how to make a link to "specific" apps in the evox.ini or even better yet, help me to find a manual/guide on the use of the evox.ini?                                    
Logged

iam

  • Archived User
  • Full Member
  • *
  • Posts: 196
Get Apps In Launch Menu
« Reply #1 on: November 28, 2002, 11:37:00 AM »

Add this in your Launch Menu section:

      Section "Apps"
      {
         SortStart
         AutoAddItem "e:\Apps\"
         SortEnd
      }                                    

This post has been edited by iam: Nov 28 2002, 07:37 PM
Logged

AllzLoZT

  • Archived User
  • Newbie
  • *
  • Posts: 9
Get Apps In Launch Menu
« Reply #2 on: November 28, 2002, 12:19:00 PM »

I appreciate you taking time to reply but here is my launch section.

 Section "Launch Menu"
 {
   Section "Games"
   {
#      Item "Halo","e:\games\halo\default.xbe"
      Line "- Auto Items -",2
      SortStart
      AutoAddItem "e:\games\"
      SortEnd
#      SortAll
   }
   Section "Apps"
   {
#      Item "DVDX","e:\apps\dvdx\default.xbe"
      SortStart
      AutoAddItem "e:\apps\"
      SortEnd
   }
 }
}

Its always been that way yet I see no apps, just games.

Do you (or anyone) know how to manually add links to my apps? I only have 2 and I dont forsee needing anymore anytime soon.

True it would be nice if they autoadded themselves but Ive had no luck with that so far.
                                   
Logged