User User name Password  
   
Thursday 28.11.2024 / 07:24
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > software, operating systems and more > windows - general discussion > batch file
Show topics
 
Forums
Forums
Batch file
  Jump to:
 
Posted Message
Member
_
10. April 2009 @ 19:22 _ Link to this message    Send private message to this user   
Here is what I'm wanting to do;

I want to create a .bat file to run DVD Fab Decrypter, then goes automatically to DVD Rebuilder, then automatically goes to ImageBurn.

What do you think? Is there a way to create this batch file?

HP Pavilion, AMD Athlon 64 X2 Dual Core 3800+ (2 CPUs), 4GB RAM, Windows 7 Professional.
timmins99
Junior Member
_
11. April 2009 @ 19:04 _ Link to this message    Send private message to this user   
Yes use notepad or any program that will save the end file in pure text. Put the commands in order you want them to work. Remember, one program as to end before the next can start.

Save the file any name with a .bat extension
Member
_
12. April 2009 @ 19:31 _ Link to this message    Send private message to this user   
Can you give me an example?

HP Pavilion, AMD Athlon 64 X2 Dual Core 3800+ (2 CPUs), 4GB RAM, Windows 7 Professional.
Advertisement
_
__
 
_
AfterDawn Addict

1 product review
_
13. April 2009 @ 06:04 _ Link to this message    Send private message to this user   
Example:
@echo off
cls
program1.exe /switches
program2.exe /switches


Also, some programs will "call" other programs, causeing program2.exe to start before program1.exe is done. If this happens, do this:

@echo off
cls
program1.exe /switches
pause
cls
program2.exe /switches





afterdawn.com > forums > software, operating systems and more > windows - general discussion > batch file
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2024 by AfterDawn Ltd.

  IDG TechNetwork