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.
Launching programs from a batch script
Name: bhavdahl Date: August 7, 2009 at 07:22:08 Pacific OS: Windows XP Subcategory: Batch
Comment:
I'm launching an MS Access .mde file from a .bat script by coding...
FileName.mde
...in my script. The problem is the script halts at that line until FileName.mde is closed then finishes and closes the command window. I need it to keep going and finish the script after the above line to open the .mde file executes. Is there a command I can use to launch the .mde file that would complete after it opens?
Summary: Hi, I'm trying to associate a type of file to an app from a batch file using reg add command: reg add hklm\software\xxx /ve /t reg_sz /d ""%cd%\prog.exe" "%1"" but it doesn't write in the registry exa...
Summary: Well I need help writing a batch script to do several things. I need one batch to run in a loop over and over and take screen shots and save them as a jpg. Having a way to email them automatically wou...
Summary: Hi I have a txt file which holds a bunch of of HEX values. I need to write a batch files which can modify certain HEX values. My txt file looks like this 01 00 00 00 FF FF FF FF FF FF FF I need to mo...