Recent content by SoulSparko

  1. S

    Can I use an HDMI to VGA converter for displaying PS3 on Laptop?

    This is very highly unlikely. The vast majority of laptops, unless you are a custom builder and modder of them, do not have video imports. In most cases, a laptop is build to only show what is being run by the system inside.
  2. S

    Batch file help

    I'm not familiar with the code that you are using, but if it is similar to the languages I do know, maybe try "else if" statements following your "START 2" statement. It would read as follows: if %ipa%==2 goto START 2; else if %ipa%==3 goto START 3; else if %ipa%==4 goto START 4; else if...