Search found 2 matches

by craving94509
05 Aug 2016 12:08
Forum: DOS Batch Forum
Topic: Batch to Batch (Simple Question....I hope)
Replies: 7
Views: 6550

Re: Batch to Batch (Simple Question....I hope)

The syntax of updatedb.bat is: @ECHO OFF REM REM DO NO EDIT THIS FILE REM AUTO Generated from updatedb.xml REM REM Script: updatedb REM Converted updatedb.bat file. REM REM To get help, use --help REM SETLOCAL set SCRIPT_DIR=%~dp0 set SCRIPT_NAME=updatedb.xml set MAXIMO_SCRIPT_CP=%SCRIPT_DIR%\intern...
by craving94509
05 Aug 2016 09:53
Forum: DOS Batch Forum
Topic: Batch to Batch (Simple Question....I hope)
Replies: 7
Views: 6550

Batch to Batch (Simple Question....I hope)

I have 3 batch files: C:\IBM\SMP\maximo\tools\maximo\updatedb.bat C:\IBM\SMP\maximo\tools\maximo\configdb.bat C:\IBM\SMP\maximo\deployment\buildmaximoear.bat I am attempting to call these in the order listed above (waiting until the previous has completed). I have tried adding the following to the e...