Batch File Problem


Recommended Posts

Hi, I am using a few custom batch files which work when i run them in from explorer, however when i run them from the latest version of autopatcher i get a file not found error (from explorer i think) to the file i was calling from the batch file. I am using the command START /wait program.exe.

Other (non bat file) entries in the database work fine... Help!

Link to comment
Share on other sites

Hi, I am using a few custom batch files which work when i run them in from explorer, however when i run them from the latest version of autopatcher i get a file not found error (from explorer i think) to the file i was calling from the batch file. I am using the command START /wait program.exe.

Other (non bat file) entries in the database work fine... Help!

Type the code you're using to run the Batch file... what you're actually having the AutoPatcher run. Then also post the contents of the Batch file. This should be an easy enough fix. :)

Link to comment
Share on other sites

Here is one of my batch files and attatched is my database:

@ECHO OFF

ECHO Installing Winamp 5

START /wait winamp502_pro.exe

cls

ECHO Installing Visualisations

START /wait DeskMod_THREE.exe

START /wait Discostepper.exe

START /wait lp8_aetherius.exe

START /wait Tonic_v4_-_My_4D_Life_in_Sofia.exe

START /wait VISBOT_-_Four.exe

ECHO ON

It just installs winamp, then some visuals after, each waiting its turn.

AutoPatcher_Core.db

Link to comment
Share on other sites

ehm...

1. in order to install those silently, wouldnt you have to use some commandline switches?

2. why use a separate batch file when all the commands can go in the database?

3. can we have the rest of the batch files?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.