Microsoft
Software
Hardware
Network
Question : Simple BAT file
I need a bat file that goes to a directory and runs a command like this.
cd xx
runprgram
When I do this, the command prompt disappears immediately after running the program. I need the command prompt to stay visible so I can monitor the program output.
Answer : Simple BAT file
BillDL: you need a /B ("Start application without creating a new window") in the command start, without command prompt disappears immediately.
@echo off
cd foldername
start /wait /B program.exe
exit
1: 2: 3: 4: 5:
@echo off setlocal cd /d "D:\your app path\your folder" application.exe|more pause
Open in New Window
Select All
Random Solutions
New to Datapump
Word 2007 Annoyances
problem adding response headers in servlet
the server was not able to initialize the client management virtual driver
exchange 2003 deleted user, not mailbox how to get a different user connected to teh mailbox
How to configure MySQL service to execute an opional my.ini file after the default ini file has been loaded
SQL Reporting Services - UK Date Format and Parameters
Require a unique compound key/index that excludes nulls or alternative solution
Multiple MX IPs, SMTP connectors on one Exchange server
Embed OWA login in website