| 
							
							In my hunt to make the ultimate entertainment system designed around a windows media center computer, i made this script to automatticly rip/copy/burn with only a key command. I need some testing guys... so try this out. AutoCOPY.exe
 Its an autohotkey script compiled to be an executable.
 
 F12 + X - Rip a dvd
 
 (output is default dvdrip directory) output size is the dvd-9 size This is customizable! I set my dvd9 size to 2gb, so the dvd doesnt take up too much space on my external harddrive, i plan on making a digital library!
 
 
 F12 + C - Copy a dvd
 
 Copys.. just like that.
 
 
 F12 + V - burn a dvd
 
 Writes existing data, choose the folder to burn write before burning process begins
 
 Heres my source code!
 
 
 
 F12 & c::
Run, C:\Program Files\DVDFab Platinum 4\DVDFabPlatinum.exe
 {
 WinWait, , Open DVD source:
 WinWaitNotActive, , Open DVD source:
 WinWait, DVDFab Platinum, DVD to DVD - Full Di
 
 
 IfWinNotActive,DVDFab Platinum, DVD to DVD - Full Di , WinActivate, DVDFab Platinum, DVD to DVD - Full Di
 WinWaitActive, DVDFab Platinum, DVD to DVD - Full Di
 CoordMode, Mouse, Relative
 MouseClick, left,  248,  293
 Sleep, 100
 MouseClick, left,  243,  360
 Sleep, 100
 MouseClick, left,  642,  542
 Sleep, 100
 return
 }
 
 F12 & x::
 Run, C:\Program Files\DVDFab Platinum 4\DVDFabPlatinum.exe
 {
 WinWait, , Open DVD source:
 WinWaitNotActive, , Open DVD source:
 IfWinNotActive,DVDFab Platinum, DVD to DVD - Full Di , WinActivate, DVDFab Platinum, DVD to DVD - Full Di
 WinWaitActive, DVDFab Platinum, DVD to DVD - Full Di
 
 CoordMode, Mouse, Relative
 MouseClick, left,  662,  82
 Sleep, 100
 MouseClick, left,  628,  145
 Sleep, 100
 MouseClick, left,  260,  298
 Sleep, 100
 MouseClick, left,  249,  367
 Sleep, 100
 MouseClick, left,  346,  492
 Sleep, 100
 MouseClick, left,  337,  537
 Sleep, 100
 MouseClick, left,  616,  532
 Sleep, 100
 return
 }
 
 F12 & v::
 Run, C:\Program Files\DVDFab Platinum 4\DVDFabPlatinum.exe
 
 WinWait, DVDFab Platinum
 WinWait, , Open DVD source:
 WinWaitNotActive, , Open DVD source:
 IfWinNotActive,DVDFab Platinum, DVD to DVD - Full Di , WinActivate, DVDFab Platinum, DVD to DVD - Full Di
 WinWaitActive, DVDFab Platinum, DVD to DVD - Full Di
 
 
 
 WinWait, DVDFab Platinum,
 IfWinNotActive, DVDFab Platinum, , WinActivate, DVDFab Platinum,
 WinWaitActive, DVDFab Platinum,
 CoordMode, Mouse, Relative
 MouseClick, left,  105,  208
 Sleep, 100
 MouseClick, left,  692,  53
 Sleep, 100
 WinWait, Browse For Folder,
 IfWinNotActive, Browse For Folder, , WinActivate, Browse For Folder,
 WinWaitActive, Browse For Folder,
 CoordMode, Mouse, Relative
 MouseClick, left,  71,  147
 Sleep, 100
 MouseClick, left,  94,  168
 Sleep, 100
 WinWaitNotActive, Browse For Folder,
 WinWait, DVDFab Platinum,
 IfWinNotActive, DVDFab Platinum, , WinActivate, DVDFab Platinum,
 WinWaitActive, DVDFab Platinum,
 MouseClick, left,  706,  537
 Sleep, 100
 return
 
 Your guys help in debugging will be ultimate!
 My future plans are to add button integration into windows media center! I am SO SICK of scratching my dvd's!
 
 
 Thanks guys!
 
 
 matrix infiniy modded ps2 (broken, burnt out PS1 fuse)
xbox(freshly softmodded with krazies)xbmc dash. Stock HDD.
 www.norcalmods.com did my ps2 mod, cheap n fast:)
 DOWN WITH APPLE!
 |