Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
bat find exe and launch it!
Name: DjinX Date: January 13, 2008 at 07:17:21 Pacific OS: windows xp sp2 32bit CPU/Ram: kloksnelheid 2.2 geh. 1gb Product: amd athlon 64 3500+ winch
Comment:
hi there, i need to find bla.exe on c:\ and when found start it up can anybody tel me how?
ps needs to be .bat I tried a for loop but it 'looped' & started the app many many times :)
Name: DjinX Date: January 13, 2008 at 09:07:52 Pacific
Reply:
sorry that is not the case ... bla exe is my own app and is n example name real help on bat commands please ...
Greetz ,
DjinX Huizelogica ®
0
Response Number 3
Name: aegis Date: January 13, 2008 at 09:40:53 Pacific
Reply:
You probably should have posted in the Software forum. But there are a couple of batch code experts that check in here occasionally. If you post the code that you have tried and isn't working, you might get some help here.
0
Response Number 4
Name: DjinX Date: January 13, 2008 at 09:49:12 Pacific
Reply:
i'm allready trying something else...
read reg file now i need to strip the path from characters to launch the valid path
anybody? a tip
===+++ Find_File_And_Launch.bat @ECHO OFF Start /W Regedit /E %Temp%.\DxHWr.Reg "HKey_Classes_Root\WinRAR" For /F "Tokens=1* Delims=\" %%A In ('Type %Temp%.\DxHWr.Reg ^| Find "WinRAR.exe"') Do Set WrPath=%%B ===+++
Greetz ,
DjinX Huizelogica ®
0
Response Number 5
Name: DjinX Date: January 13, 2008 at 09:50:47 Pacific
Summary: Hi all, I'm looking for a script (either for a .bat file, or vbscript) that will search the "Documents and Settings" folder for a specific file name, and overwrite it with an updated copy from a netwo...
Summary: Launch and leave open the cmd window, then bring up task manager and leave open too. Go back to the cmd windows type the path to delete the file and then from task manager start a new task, browse to ...
Summary: Launching MMC from Start Run may not always work however. I have configured several XP Home machines for Linksys VPN and have had 1 that did not launch as described. I did however search for mmc.exe...