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
Creating an SQL view that pulls the oldest record per claimid
How to ghost 40 desktops
google analytics and mediawiki
Address Bar in Internet Explorer 6.0
Aligning and distributing elements around a center in Photoshop CS3
SQL Can't find Virtual Server
Need a browser detection .asp script (similar to Browserhawk) to detect a users zipcode. Any ideas?
How can I make a hyperlink image change when active and after it has been accessed w/o using java script?
Looking for Email Marketing Software That I Can Run on My Own Machines
Generating/Creating a list of installed software