Command Prompt Help

lilygel

Member
Elite Member
Feb 15, 2014
103
58
I use a batch file to launch ITH and TA. Here's my script:

Code:
@echo off
echo Launching ITH 3.0...
cd /d "F:\Programs EX\ITH 3.0"
start ITH.exe
echo Launching Translation Aggregator...
timeout /t 2 /nobreak > NUL
echo.
cd /d "D:\Translation Aggregator 0.4.9.r171\Translation Aggregator 0.4.9.r171"
"Translation Aggregator.exe" /b
exit

When ITH launches, UAC kicks in, I select 'Yes' then TA launches. That's all good, but the command prompt wouldn't exit. I have to manually close the window. So does anyone know what the cause is and what I can do so that the command prompt window would close after performing the commands? By the way, my PC runs on Windows 7.


And one more thing about UAC. There are occasions when it takes time for a program that requires administrative privileges to launch. For example, ITH...there are times when I start it, and it will take like a few seconds or a minute before the UAC prompt pops up. Does anyone know the reason for this?
 
Insert "start" before TA : start "Translation Aggregator.exe" /b

Unlike launtching ITH.exe, TA is kicked without "start".
This means the batch file waits to terminate TA.
 
Insert "start" before TA : start "Translation Aggregator.exe" /b

Unlike launtching ITH.exe, TA is kicked without "start".
This means the batch file waits to terminate TA.

Unfortunately, that didn't work. What happens is TA doesn't start, but in the command prompt I see this:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

D:\Translation Aggregator 0.4.9.r171\Translation Aggregator 0.4.9.r171>


And stops right there. Window doesn't close either. I wonder if it has something to do with how TA has been coded.
 
Sorry for the incorrect information.
Insert 'start ""' before TA : start "" "Translation Aggregator.exe" /b

Without "", batch file treats "Translation Aggregator.exe" as a title (not a command).
 
No issue there. I did enclose Translation Aggregator.exe in quotation marks.

Anyway, after fiddling with it, I seem to have found a solution. I renamed the exe to TA.exe, so the line became start TA.exe. I also removed the /b parameter (it still works even with /b but it's totally unneeded so I removed it) and it's now working as I want it to. Launch ITH > timeout > launch TA > exit. However, I don't understand why renaming it made a difference. It's not like there was something wrong with the script.

How does start "Translation Aggregator.exe" differ from start TA.exe? It's just beyond me.
 
If first argument of start command enclose double quotation, batch file treats the first argument as a window title.

For example:
start calc.exe
-> open new command window, and execute calc command
start "calc.exe"
-> open new command window, and set the window title "calc.exe". (Non-execute calc.exe)

This rule isn't matter if command name doesn't have space charactor like TA.exe.
So renaming the command and removing double quotations, you've solved this problem.
 
Oh-kay. That raises questions on the efficiency of the command in my mind, but I won't delve into that any longer. Thanks for explaining things for me. I might have to rely on your help again in the future. Hehe.
 

Users who are viewing this thread

Latest profile posts

Puxli wrote on Otokonoko's profile.
Can you reupload RJ300292? Appreciate it.
mizuno ai wrote on Otokonoko's profile.
Could you reupload RJ412918 ?
ann10 wrote on Ryzen111's profile.
Hello could you upload Amazing Grace -What color is your attribute?- the steam version with no 18+ patch ?
https://store.steampowered.com/app/2553910/Amazing_Grace_What_color_is_your_attribute/
AnimeDreamX wrote on Shine's profile.
Sorry for disturb, could you please re upload this?
https://www.anime-sharing.com/threads/160718-ワンドワンド-封魔師チヅル-rj180839.622560/

Thanks in Advance.