Author Topic: PC Game Microsoft  (Read 9001 times)

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: PC Game Microsoft
« Reply #8 on: May 08, 2015, 06:35:02 AM »
It's not possible, but I don't see why it's a problem, all is invisible.
You can try to change the launch command by
Code: [Select]
<Cmd id="0" name="Application shortcut" value="/c START /MIN &quot;%path\%file%ext&quot;" />
To try to launch minimised or use something like this http://www.ntwind.com/software/hstart.html instead of cmd.exe

Philm

  • Newbie
  • *
  • Posts: 14
Re: PC Game Microsoft
« Reply #7 on: May 07, 2015, 01:16:08 PM »
how not display cmd.exe?

Thx

rash2236

  • Full Member
  • ***
  • Posts: 103
  • only arcade game
    • Email
Re: PC Game Microsoft
« Reply #6 on: April 10, 2014, 04:30:45 PM »
thanks guys I understand and everything works fine. cmd.exe window disfigures everything

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • Email
Re: PC Game Microsoft
« Reply #5 on: April 10, 2014, 04:15:20 PM »
The steps for Windows (and all systems!!) are explained here! (see 'Windows' in your case)
http://www.mgalaxy.com/tutorial_emulators.html

h3xl3y

  • Newbie
  • *
  • Posts: 40
Re: PC Game Microsoft
« Reply #4 on: April 10, 2014, 04:11:44 PM »
You don't need a path for .exe

Follow these steps:
- put all games in a folder (if they are portable) or install them if that is the only way they run
- test them to see if they work and set the resolution to FullScreen from the games
- for every game you have create a shortcut (.lnk)
- put all the .lnk files in a folder (like PC Games)
- add Rom Path to the newly created folder (PC Games)

Now you should see the games in mGalaxy and launch them

Hope that helps you

rash2236

  • Full Member
  • ***
  • Posts: 103
  • only arcade game
    • Email
Re: PC Game Microsoft
« Reply #3 on: April 10, 2014, 03:52:07 PM »
and where to enter a file path *.exe? (D:\ARCADE\SORR\ SorR.exe)   

    <Name>Microsoft</Name>
    <AppPath>C:\Windows\System32\cmd.exe</AppPath>
    <RomPath>D:\ARCADE\SORR\</RomPath>
    <SnapPath>D:\ARCADE\SORR\</SnapPath>
    <VidPath>D:\ARCADE\SORR</VidPath>
    <Emu selected="0">
      <Cmd id="0" name="Application shortcut" value="/C &quot;%path\%file%ext&quot;" />
    </Emu>
    <Extensions>.lnk</Extensions>

h3xl3y

  • Newbie
  • *
  • Posts: 40
Re: PC Game Microsoft
« Reply #2 on: April 10, 2014, 03:12:21 PM »
Well, your App Path is wrong  :P

this is how it should look in Systems.xml

<Name>PC Games</Name>
    <AppPath>C:\Windows\SysWOW64\cmd.exe</AppPath>
    <RomPath>D:\PC Games</RomPath>
    <SnapPath>D:\Artwork\Snapshots\PC Games</SnapPath>
    <VidPath>D:\Artwork\Video\PC Games</VidPath>
    <Emu selected="0">
      <Cmd id="0" name="Application shortcut" value="/C &quot;%path\%file%ext&quot;" />
    </Emu>
    <Extensions>.lnk</Extensions>

Note that  App Path is "C:\Windows\SysWOW64\cmd.exe" only if you use Winows x64 bits
If you use Windows x32 i think it is "C:\Windows\System32\cmd.exe"   :-\

And you must use ".lnk" extension

rash2236

  • Full Member
  • ***
  • Posts: 103
  • only arcade game
    • Email
PC Game Microsoft
« Reply #1 on: April 10, 2014, 02:44:43 PM »
Hey, never so far I have not used mGalaxy for PC games. Today downloaded game type  beat 'em up "Street of Rage REMAKE" (recommend) to my surprise mGalaxy not see this game. I do not know what is wrong  :( everything should work.