Author Topic: HALP  (Read 7204 times)

Offline PriomBlazer

  • Arpegiator
  • ***
  • Attack: 100
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • UwU
HALP
« on: October 02, 2015, 10:33:43 AM »
Guys, is there anyway I can make one program run another program.

For example, if I turn on a .exe file is there anyway to make it prompt to open another .exe file?

Offline PriomBlazer

  • Arpegiator
  • ***
  • Attack: 100
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • UwU
Re: HALP
« Reply #1 on: October 02, 2015, 06:22:35 PM »
No help?

Offline Kiss x Miz

  • Administrator
  • *******
  • Attack: 95
    Defense: 94
    Attack Member
  • High Five Received: 23
  • Gender: Male
  • eh
      • Arpegi
Re: HALP
« Reply #2 on: October 03, 2015, 09:43:54 AM »
look up .bat files and play around with those :)

Pretty easy.

Offline NekoJonez

  • Administrator
  • *******
  • Attack: 104
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • Look, I'm on a Gameboy.
      • My gaming life.
Re: HALP
« Reply #3 on: October 03, 2015, 02:00:18 PM »
Hrm, if you tell me exactly what program you need to run, I will write the code for it.

Offline PriomBlazer

  • Arpegiator
  • ***
  • Attack: 100
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • UwU
Re: HALP
« Reply #4 on: October 03, 2015, 02:07:31 PM »
Hrm, if you tell me exactly what program you need to run, I will write the code for it.

Glass wing.exe and set controls.exe basically.

bat files seems to be the way to go? teach me!

Offline NekoJonez

  • Administrator
  • *******
  • Attack: 104
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • Look, I'm on a Gameboy.
      • My gaming life.
Re: HALP
« Reply #5 on: October 03, 2015, 08:50:04 PM »
Hrm, I can write a batch file that opens the two programs at the same time. The difference is that you will need to run the batch instead of the programs.

I also need the exact location of the two files and the full name.

Code: [Select]
start /d "C:\Program Files(x86)\Steam\steamapps\common\Glass Wing" Glass Wing [From Soy Sauce].exe
start /d "C:\Program Files(x86)\Steam\steamapps\common\Glass Wing" SET_CONTROLS.exe

The code should look sometime like this. M'thinks. Copy & paste this into a txt file and then save it as a .bat (By setting the "Save As" to "All extensions".)
« Last Edit: October 03, 2015, 08:59:21 PM by NekoJonez » »

Offline Kiss x Miz

  • Administrator
  • *******
  • Attack: 95
    Defense: 94
    Attack Member
  • High Five Received: 23
  • Gender: Male
  • eh
      • Arpegi
Re: HALP
« Reply #6 on: October 04, 2015, 02:45:59 AM »
The fuck is a glass wing from soy sauce

Sounds like some randomly generated rpg shit

Offline PriomBlazer

  • Arpegiator
  • ***
  • Attack: 100
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • UwU
Re: HALP
« Reply #7 on: October 04, 2015, 08:22:34 AM »
the two programs at the same time. The difference is that you will need to run the batch instead of the programs.
http://store.steampowered.com/app/382570/

Offline NekoJonez

  • Administrator
  • *******
  • Attack: 104
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • Look, I'm on a Gameboy.
      • My gaming life.
Re: HALP
« Reply #8 on: October 04, 2015, 12:29:13 PM »
Lolwut, you quoted something from me and the owner is Mizari.

Offline PriomBlazer

  • Arpegiator
  • ***
  • Attack: 100
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • UwU
Re: HALP
« Reply #9 on: October 04, 2015, 02:02:22 PM »

The fuck is a glass wing from soy sauce

Sounds like some randomly generated rpg shit
http://store.steampowered.com/app/382570/

This was what I was trying to do. The quote system broke somehow.

Offline Kiss x Miz

  • Administrator
  • *******
  • Attack: 95
    Defense: 94
    Attack Member
  • High Five Received: 23
  • Gender: Male
  • eh
      • Arpegi
Re: HALP
« Reply #10 on: October 04, 2015, 05:42:06 PM »
Wouldn't buy, top recommended comments have 3 hours or less. Often meaning low replay value and short game overall in this case.

Offline PriomBlazer

  • Arpegiator
  • ***
  • Attack: 100
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • UwU
Re: HALP
« Reply #11 on: October 04, 2015, 07:25:20 PM »
Wouldn't buy, top recommended comments have 3 hours or less. Often meaning low replay value and short game overall in this case.
See, I was gonna get Ittle Dew. But by the time I had enough cards they already ran outta keys.
So I was just randomly getting whatever got my interest.
Bad decision too since I could've gotten Vanguard Princess instead of this if I had been a bit more patient.
Steam can't even detect glass wings .exe file and instead just starts the control setup which is why I wanted to make it like the control setup would start the game. But since I have to use the .bat file to do that, it probably was a bad idea.

I even sent a message to the dudes who made the game too. But apparently it's a rare issue some people have and the guy didn't have a solution.

Offline NekoJonez

  • Administrator
  • *******
  • Attack: 104
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • Look, I'm on a Gameboy.
      • My gaming life.
Re: HALP
« Reply #12 on: October 06, 2015, 10:12:00 AM »
So, did the code work...?

Offline PriomBlazer

  • Arpegiator
  • ***
  • Attack: 100
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • UwU
Re: HALP
« Reply #13 on: October 06, 2015, 11:18:31 AM »

So, did the code work...?
No, my games in hard disk E and not C so I had to change the location and it didn't work.

It wouldn't really fix my problem anyways. So, it's ok I suppose.

Offline NekoJonez

  • Administrator
  • *******
  • Attack: 104
    Defense: 100
    Attack Member
  • High Five Received: 21
  • Gender: Male
  • Look, I'm on a Gameboy.
      • My gaming life.
Re: HALP
« Reply #14 on: October 06, 2015, 05:06:58 PM »
Strange, it worked with a test I did... Hrm, more testing is in order :P

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal