| |||||||
| Commercial message | |
| | |
| Copy Movie Learn how to copy movies & discuss copy movie software. The software compresses, encodes & decodes your movies to back them up. |
![]() |
| | Thread Tools |
| | #1 (permalink) |
| CDFreaks Resident Join Date: Dec 2003 Location: here
Posts: 1,269
| starting dvd decrypter and anydvd at the same time I forget to start anydvd before using dvd decrypter on some movies and then I cannot use dvdrebuilder or dvdshink to shink the movie. Get memory errors. I wanted a shortcut to have anydvd start then dvd decrypter start using only one shortcut. I wrote this bat file which does the job but sometimes dvd decrypter starts before anydvd has fully started and it gives and error. Not a real big problem since I can just in dvd decryrter tell it to retry and it works but there should be a way to add a wait time in the bat file so that anydvd will be running before dvd dcrypter starts. Here is the bat file I am using if there a way to put a delay before the second line starts? Or is there another way to do this? @start "" "C:\Program Files\SlySoft\AnyDVD\AnyDVD.exe" @start "" "C:\Program Files\DVD Decrypter\DVDDecrypter.exe" |
| | |
| | #2 (permalink) | |
| CD Freaks Die Hard Join Date: Jul 2005
Posts: 1,442
| Re: starting dvd decrypter and anydvd at the same time Quote:
| |
| | |
| | #5 (permalink) |
| CDFreaks Resident Join Date: Dec 2003 Location: here
Posts: 1,269
| Re: starting dvd decrypter and anydvd at the same time Not hard for you maybe but I had a head injury years back and it is hard for me to remember things sometimes. As for having anydvd running all the time I could do that but I do not like programs running when I do not need them but if it fixes cd/dvd problems with windows I might just do that. |
| | |
| | #6 (permalink) |
| CD Freaks Junior Member Join Date: Feb 2006
Posts: 88
| Re: starting dvd decrypter and anydvd at the same time Gotcha. Might as well pin AnyDVD to your start menu so it starts up automatically when your computer boots. Plus I checked and it takes up hardly any memory anyways. |
| | |
| | #7 (permalink) |
| CD Freaks Guru Join Date: Sep 2005 Location: Massachusetts
Posts: 5,304
| Re: starting dvd decrypter and anydvd at the same time if you still want to go the way of the batch file, you have to create a separate WAIT.bat file and call it to come up within the batch file that you're executing to start the programs. you can't actually use a WAIT command with windows or dos. you have to use a ping timeout or something like that... google "add wait time to bat file" and you should get a guide or two to help. you could also nix the extra bat file and use the PAUSE command. PAUSE requires some action on the part of the user though so you'd have to press enter or something to resume the execution of the bat file after anydvd has loaded. or you could just have anydvd start at startup and leave it running (Easiest option) ![]() |
| | |
| | #8 (permalink) |
| CDFreaks Resident Join Date: Dec 2003 Location: here
Posts: 1,269
| Re: starting dvd decrypter and anydvd at the same time I followed your advice and went to this site to download windows 2003 resource kit and it allowed me to use the sleep command as follows. @start "" "C:\Program Files\SlySoft\AnyDVD\AnyDVD.exe" sleep 1 @start "" "C:\Program Files\DVD Decrypter\DVDDecrypter.exe" The one second delay was all I needed. This was a lot of trouble to do what I could do just by leaving anydvd running but just had to see if I could make two programs start with one shortcut. http://www.microsoft.com/downloads/d...DisplayLang=en |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AnyDVD 5.5.1.1 and DVD Decrypter 3.5.4.0 | Frankenstien | AnyDVD | 34 | 08-12-2005 07:44 |
| Anydvd Not Starting | cyphertron | AnyDVD | 2 | 12-11-2005 01:28 |
| DVD Decrypter Ripping Time? | homeloan | Newbie Forum | 7 | 13-04-2005 22:52 |
| Missing time in DVD decrypter | rbpk | Copy Movie | 1 | 06-04-2005 09:44 |
| AnyDVD or DVD Decrypter? | Sam FT | Copy Movie | 19 | 29-04-2004 13:34 |