Help bat file to execute a bat


  1. Posts : 6
    32bit windows 7 ultimate
       #1

    Help bat file to execute a bat


    Hi everyone hope everyone in good health and have a good year. I need help please to make a bat file which works like a emulator or frintend to execute othe bat files. I've searched everywhere but cannot find a tutorial. Can some one please kind enough to help me. I understand it's not related to windows. My files are located in c program files and gave no idea how to go around it thank you!
      My Computer


  2. Posts : 2,726
    Windows 7 Ultimate 64bit
       #2

    Have a looky over here pal

    Creating Batch files
      My Computer


  3. Posts : 1,261
    Windows 7 Professional 32-bit SP1
       #3

    ali2k1 said:
    Hi everyone hope everyone in good health and have a good year. I need help please to make a bat file which works like a emulator or frintend to execute othe bat files. I've searched everywhere but cannot find a tutorial. Can some one please kind enough to help me. I understand it's not related to windows. My files are located in c program files and gave no idea how to go around it thank you!
    One batch file can call another by using the CALL statement. For example:

    A.BAT:
    Code:
    @echo off 
    echo Batch File A
    B.BAT:
    Code:
    @echo off 
    echo Batch File B 
    call a

    If B.BAT is run from the command prompt, you'll get the following output:

    Help bat file to execute a bat-image1.jpg
      My Computer


  4. Posts : 6
    32bit windows 7 ultimate
    Thread Starter
       #4

    I was looking at that tutorial but when I tried it, it says c program not found. Anyway this is what I'm trying to do but it's not working
    Create a launcher.bat file with "START %1" in it
    Make a new directory for all your PC Games batch files
    For each game you have, create another .bat file containing START "C:\\pathtomygame.exe"
    In ALA, add an emulator/rom launcher that runs launcher.bat, with the rom path to where all your .bat files are.

    The thread is dead but this doesn't work.

    Thank you for all your help
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:38.
Find Us