again thank you for yor explaination. i read over your "how-to-mala" and you wrote that so beautifully that it should be publish in the series "for dummies" because it is written so plainly that if any one as any problems then they need to quite.
Your welcome .... that was the point ... make it easy
i have a question tho...if i want to run only atari games (e.g.) do i needed to install the everything else?
My "How To" guide shows you how to install a bunch of emulators. If you just want to install the "Atari 2600", then just do everything in my document related to "Atari 2600". If you just want "Sega Genesis", then just follow the "Sega Genesis" instructions ....

Then is there a way to also be able to play your plane pc games but be accessible thru mala FE.
Yes there is ..... I found a past post I did before .... here it the good part:
What I did for all of my PC games was simply create a BAT file to start each game. A BAT file is simply a text file which has an extension of BAT. Inside this text file are command line statements which change directories to where the game's EXE file is located and then also contains the actual command line statement to start the EXE file. The actual game can be installed anywhere on your computer you want, but all of these BAT files would be stored together in a common location.
For example --> C:\PCGames\batfiles\(all BAT files go here)
Now set up a new emulator in MALA called "PCGames" and set the ROM path to "C:\PCGames\batfiles\" and set the ROM extension to BAT.
You can name the BAT file anything you want such as the following:
Perfect Cherry Blossom.bat
Imperishable Night.bat
When you refresh the "PCGames" gamelist within MALA, then all the games listed will be the names you selected for your BAT files. Basically, just name your BAT files with a name you would like to see in the MALA gamelist.
For example:Here is the contents of the "Rogue Squadron 3D.bat" file (only 3 lines):
d:
cd "D:\Emulators\PCGames\Rogue Squadron 3D"
"Rogue Squadron"
When MALA runs this BAT file, the BAT file executes as follows:
1st line) make the current selected drive to be "D:"
2nd line) change the directory to be where the Rogue Squadron game is installed
3rd line) Run the Rogue Squadron EXE file
Basically if you open up a command window by the following:
START/PROGRAMS/ACCESSORIES/Command Prompt
.... then these 3 lines are what would be required to execute the Rogue Squadron game manually. Placing these three lines in a BAT file and then executing the BAT file just automates this for you so you do not have to type each three lines manually.
Hope this makes sense ...... my explanation is quite long but the actual steps to get all of your PC games working in MALA using BAT files is really quite easy.
NOTE1: Having separate BAT files for each game allow you to name the BAT file whatever you want. As a result, since MALA uses the filename of the BAT file to populate the gamelist, you will now have descriptive game names. Also, if each PC Game you have requires a different way to start them then all of these differences can be inserted into the game's specific BAT file with no problems.
Also, would this configuration that you describe work on a 450 Mhz with 512 ram w/os of win 98 SE?
I think the "basic" MALA setup will work on that computer (ie: no running of videos, and "neat" stuff).... but you can always ask the author to be sure. I run WinXP
The set of roms that i supposely have (that were given to me) does not have all those emu's. The CLRmame pro that you were describing to me, will that give me all the roms that are supported by those emus. i hope i explained that properly.
ClrMamePro will simple verify the current ROM set you have. I have only ever used ClrMamePro to verify MAME ROM sets. I have no idea whether it can verify other emulator ROM sets ..... I bet it does though .... you can ask someone else I guess.
Anyway, ClrMamePro will look through all ROM ZIP files and will tell you whether they are valid or whether they are missing pieces. If you UnZIP a ROM ZIP file you will notice some other them are made up of multiple files. ClRMamePro checks all these individual files and will let you know what is BAD. Basically, if ou have a complete clean ROM set, then CLrMamePro will pretty much not show you that much if I remember.
You will need to find other ROM sets yourself. One of the main rules on this forum is too NOT ask where to find ROMs.
** I would suggest your edit your previous post and remove the line which asked for that information. It would be a shame that you get banned when you are just starting out. Good luck.