topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 10:57 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dwilbank [ switch to compact view ]

Pages: prev1 [2] 3 4next
26
ah...

can't wait to try it when I get back to work

thanks!

27
I updated my picture, but don't know how to trash the old one...

28
this one shows, all together, my search folder list, the search I'm trying to run, and the file sitting in the drive that should be found

ps: new picture - can't believe I took such a useless first version
pps: the machine with FARR has zero internet connection with my email machine, so I can't take real screenshots

Fear not though - Screen Shot Captor is installed elsewhere

29
but then I get no results at all unless I manually type in the search box

+m +6 +7 +8

This is turning into a new feature request?

30
this is the sadness I have... (attached pictures)

in this particular case I don't want to search all m drives... JUST the M drive...

31
I watched the screencast.
Good stuff.

When I use modifier keywords for 6 different drives, however, I have problems.
For my 6 directories, I have them keyworded as

8*
7*
6*
m*
evdtool*
hd6*

I want them to all be searched by default, but to restrict the search when I press "+m", for example.

Right now they're all being searched no matter what modifier I type.

Help?

32
Hi. This thread isn't closed, so I think my question belongs here.

what if I want to restrict a search to just a specific drive (without going into prefs and unchecking the unwanted drives) ?

I could have sworn there was a way to type in something like "F: smallville" to restrict my search to just the F drive.

Thanks

33
Skrommel's Software / Re: Noise - AVG and McAfee hate it
« on: July 30, 2010, 12:10 PM »
Thanks for all the answers.
I never got the usual email notification of any replies and only saw them today.
Will try a few of these.
(I can't mark anything as an exception in the company antivirus program)

34
Hi.
Here at work I'm trying to introduce everyone to the wonders of MoveOut.

But instead of depositing single files into a "watch folder", everyone puts them in directories first to keep things organized.

Is there any way to get MoveOut to watch for folders and move them to the desired location? Just like it does with files?

Thx

35
good grief... I didn't even try pressing the button

that will probably work! I'll be able to check it in a few hours

what I did in the meantime was make little ahk scripts which achieved what I wanted through the context menu, and stuck those up into the toolbar

the names I gave the shortcuts don't show up though...

thx

36
Hey.
I put a shortcut for "Better File Renamer" up in the toolbar of my FARR window, but when I drag a search result onto that icon, it doesn't open the file inside of the renamer.

OK, I said. The Toolbar is just for launching programs.
But then I opened up Tool Properties window, and there are some windows mentioning Working Dir, and Parameters...
This made me think maybe I was wrong.

I'm not sure what to do with these windows, but can I get files to open up into whatever program I drag it to?

Thanks

37
those methods do not look fun - but thanks!

38
everyone on the forums says menu dropdowns are not implemented yet...

as far as locking cells in place, I don't know enough about excel to even know where to look...

I thought maybe just loading a jpg as a background in the spreadsheet would work. So it would LOOK like cells were locked...
But I haven't dug too deeply yet to see if that is possible either...

39
They actually do allow multi-user real-time editing now!

But I can't find how to lock certain cells, and no one else can figure out how to get dropdown menus to work...

40
Skrommel's Software / Noise - AVG and McAfee hate it
« on: April 17, 2010, 10:06 AM »
So I am therefore deleting AVG and McAfee.

But what to do? Any new versions? Or would a decompiled AHK version escape deletion? How would I go about making one of those?

41
Thx. I'll try that last one.
I'm wondering how many people can log in at one time using VNC though.
Is there something else better that can have 20 users at once?

Still hoping to get this functionality on a web page...

42
Well, third voice used to make something where you could overlay sticky notes on any website.
If you created a website of nothing but a chart of your machine room, users could stick their names on any machines that were in use.

But they went out of business.

stickis promised the same functionality, but I think they are also gone...

so what about devote an otherwise idle computer to this use?
make the desktop wallpaper be a chart of the machine room, and just have users drag around icons with their names on them. They place the icons on the machines they're using and everyone can just use vnc to keep tabs on that computer when they want to make a change or check it out!

43
Hi.
My company has a central machine room with several dozen video tape decks in it.
I'm looking for either a website (or an app) that updates its info instantly anytime someone makes a change.
Then anyone in the company can check this site (or app) from their own desktop computer.

Imagine a spreadsheet, with cells representing all the machines in the ingest room
 
imagine a pulldown menu next to each machine, listing who is using the machine, and another pulldown machine telling when they will be finished using it
and another cell for people to put the machine on reserve... or to notify others that the machine is broken
 
in excel this would be rather clumsy - involving saving the file every time someone made a change...

Any existing technology that will do this? Or is this much more complicated than I think. Involving HTML 5 or something like that...?

Thanks

44
I was actually planning on blocking the entire top stripe of the window to prevent it from being moved.
And all open windows inside this database program never show up on the taskbar.
I'm just trying to force everyone to drag down the "windows" menu command and see for themselves that everything they need is already open, and that they don't have to close other people's windows just to open a new one of their own.

45
Hey.
Brilliant new idea.
I love NoClose, but it doesn't work with windows which are generated inside of the main program window (like with the database and billing system we use at work)

So what I'm looking for, is an AHK GUI rectangle, which I can X-Y position over top of the minimize and close boxes, which is transparent and non-click-thru, and which will prevent users from closing my windows, and then opening 18 unnecessary duplicates of the very same window to do their own tasks.

Basically an invisible button disabler, which could of course be deactivated by quitting the AHK script, but which would nevertheless serve my purpose just fine.

Thanks!

46
Working like a charm.
Just wish the AHKGui had a drop-shadow effect for text built in.

47
I didn't want to spread it around until I got this last bit perfected, but my 2nd shift replacement likes it so far.
I think the big debut will be tomorrow, when I expand the code to include about 12 drive space readouts.
Thanks!

48
Adding one more function...Woohoo!

(Added drivespace remaining to the GUI - lines 39 thru 98)
Study and admire.

But how do I make the Drivespacefree value refresh itself every 5 minutes?

The AHK guys told me to use the SETTIMER command, but the scripts given as examples don't seem to have anything related to mine - so I can't just cut and paste their code...

Thx


Code: AutoIt [Select]
  1. SetTitleMatchMode, 2
  2. DetectHiddenWindows, On
  3.  
  4.  
  5. Header_Text := "EVDCAP 8"
  6. Font_Size   := "56"
  7. Font_Style  := "Lucida Sans Unicode"
  8. Font_Color  := "Green"
  9.  
  10. Gui, 1: +Toolwindow -Caption +Lastfound +AlwaysOnTop
  11. Gui, 1: +LastFound
  12. Gui, 1: Margin, 0, 0
  13. Gui, 1: Font, s%Font_Size% c%Font_Color%, % Font_Style
  14. Gui, 1: Add, Text, xm+460 ym+0 0x200 vmyText, % Header_Text
  15. Gui, 1: Font
  16. Gui, 1: Color, EEAA99
  17. Winset, Transcolor, EEAA99
  18. Gui, 1: Add, Button, xm+40  ym+125 w145 h25 vmyButton01 gonClick, NDF + LTC mp2 (#1)
  19. Gui, 1: Add, Button, xm+40  ym+150 w145 h25 vmyButton02 gonClick, DF + LTC mp2 (#2)
  20. Gui, 1: Add, Button, xm+40  ym+175 w145 h25 vmyButton03 gonClick, PAL + LTC mp2 (#3)
  21. Gui, 1: Add, Button, xm+40  ym+220 w145 h25 vmyButton04 gonClick, NDF L-R + L-LTC simo (#4)
  22. Gui, 1: Add, Button, xm+40  ym+245 w145 h25 vmyButton05 gonClick, DF L-R + L-LTC simo (#5)
  23. Gui, 1: Add, Button, xm+40  ym+270 w145 h25 vmyButton06 gonClick, PAL L-R + L-LTC simo (#6)
  24. Gui, 1: Add, Button, xm+230  ym+125 w145 h25 vmyButton07 gonClick, NDF 3-4 + 3-LTC mp2 (#7)
  25. Gui, 1: Add, Button, xm+230  ym+150 w145 h25 vmyButton08 gonClick, DF 3-4 + 3-LTC mp2 (#8)
  26. Gui, 1: Add, Button, xm+230  ym+175 w145 h25 vmyButton09 gonClick, PAL 3-4 + 3-LTC mp2 (#9)
  27. Gui, 1: Add, Button, xm+230  ym+220 w145 h25 vmyButton10 gonClick, Future Button 1
  28. Gui, 1: Add, Button, xm+230  ym+245 w145 h25 vmyButton11 gonClick, Future Button 2
  29. Gui, 1: Add, Button, xm+230  ym+270 w145 h25 vmyButton12 gonClick, Future Button 3
  30. Gui, 1: Add, Button, xm+915  ym+125 w145 h25 vmyButton13 gonClick, Future Button 4
  31. Gui, 1: Add, Button, xm+915  ym+150 w145 h25 vmyButton14 gonClick, Future Button 5
  32. Gui, 1: Add, Button, xm+915  ym+175 w145 h25 vmyButton15 gonClick, Future Button 6
  33. Gui, 1: Add, Button, xm+330  ym+705 w120 h25 vmyButton16 gonClick, Switch to NTSC (#n)
  34. Gui, 1: Add, Button, xm+450  ym+705 w120 h25 vmyButton17 gonClick, Switch to PAL (#p)
  35. Gui, 1: Show, x0 y0 w1280 h768, Overlay
  36.  
  37.  
  38.  
  39. DrivespaceFree, freeQ, Q:\
  40. DrivespaceFree, freeR, R:\
  41. DrivespaceFree, freeS, S:\
  42.  
  43. Header_Text2 := " Gb Free on Cap 6"
  44. Font_Size2   := "14"
  45. Font_Style2  := "Lucida Sans Unicode"
  46. Font_Color2  := "Green"
  47.  
  48. Gui, 2: +Toolwindow -Caption +Lastfound +AlwaysOnTop
  49. GUI_ID := WinExist()
  50. Gui, 2: +LastFound
  51. Gui, 2: Margin, 0, 0
  52.  
  53. Gui, 2: Font, s%Font_Size2% c%Font_Color2%, % Font_Style2
  54. Gui, 2: Add, Text, xm+900 ym+00 0x200 vmyText, % Round(freeQ/1024) Header_Text2
  55. Gui, 2: Font
  56. Gui, 2: Color, EEAA99
  57. Winset, Transcolor, EEAA99
  58. Gui, 2: Show, x0 y0 w1280 h768, Overlay
  59.  
  60.  
  61.  
  62.  
  63. Header_Text3 := " Gb Free on Cap 7"
  64. Font_Size3   := "14"
  65. Font_Style3  := "Lucida Sans Unicode"
  66. Font_Color3  := "Green"
  67.  
  68. Gui, 3: +Toolwindow -Caption +Lastfound +AlwaysOnTop
  69. GUI_ID := WinExist()
  70. Gui, 3: +LastFound
  71. Gui, 3: Margin, 0, 0
  72.  
  73. Gui, 3: Font, s%Font_Size2% c%Font_Color2%, % Font_Style2
  74. Gui, 3: Add, Text, xm+900 ym+30 0x200 vmyText, % Round(freeR/1024) Header_Text3
  75. Gui, 3: Font
  76. Gui, 3: Color, EEAA99
  77. Winset, Transcolor, EEAA99
  78. Gui, 3: Show, x0 y0 w1280 h768, Overlay
  79.  
  80.  
  81.  
  82.  
  83. Header_Text4 := " Gb Free on Cap 8"
  84. Font_Size4   := "14"
  85. Font_Style4  := "Lucida Sans Unicode"
  86. Font_Color4  := "Green"
  87.  
  88. Gui, 4: +Toolwindow -Caption +Lastfound +AlwaysOnTop
  89. GUI_ID := WinExist()
  90. Gui, 4: +LastFound
  91. Gui, 4: Margin, 0, 0
  92.  
  93. Gui, 4: Font, s%Font_Size2% c%Font_Color2%, % Font_Style2
  94. Gui, 4: Add, Text, xm+900 ym+60 0x200 vmyText, % Round(freeS/1024) Header_Text4
  95. Gui, 4: Font
  96. Gui, 4: Color, EEAA99
  97. Winset, Transcolor, EEAA99
  98. Gui, 4: Show, x0 y0 w1280 h768, Overlay
  99.  
  100.  
  101. #T:: ; Toggle the GUI.
  102. {
  103.     If ! ( Toggle_Gui )
  104.     {
  105.  
  106.         Gui, 1: Show, Hide
  107.         Gui, 2: Show, Hide
  108.         Gui, 3: Show, Hide
  109.         Gui, 4: Show, Hide
  110.  
  111.     }
  112.     Else
  113.     {
  114.  
  115.         Gui, 1: Show
  116.         Gui, 2: Show
  117.         Gui, 3: Show, Hide
  118.         Gui, 4: Show, Hide
  119.  
  120.     }
  121.     Toggle_Gui := !Toggle_Gui
  122. }
  123.  
  124. onClick:
  125. {
  126.     Gui, 2: Submit, NoHide
  127.     If ( A_GuiControl = "myButton01" )
  128.     {
  129.         WinWait, Digital Rapids Stream,
  130.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  131.         WinWaitActive,  Digital Rapids Stream,
  132.         MouseClick, left,  248,  12
  133.         Sleep, 200
  134.         Send, {ALTDOWN}f{ALTUP}o
  135.         WinWait, Open Local Project...,
  136.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  137.         WinWaitActive, Open Local Project...,
  138.         Sleep, 200
  139.         Send, ntsc{SHIFTDOWN}-{SHIFTUP}ndf{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  140.     }
  141.     Else If ( A_GuiControl = "myButton02" )
  142.     {
  143.         WinWait, Digital Rapids Stream,
  144.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  145.         WinWaitActive,  Digital Rapids Stream,
  146.         MouseClick, left,  248,  12
  147.         Sleep, 200
  148.         Send, {ALTDOWN}f{ALTUP}o
  149.         WinWait, Open Local Project...,
  150.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  151.         WinWaitActive, Open Local Project...,
  152.         Sleep, 200
  153.         Send, ntsc{SHIFTDOWN}-{SHIFTUP}df{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  154.     }
  155.     Else If ( A_GuiControl = "myButton03" )
  156.     {
  157.         WinWait, Digital Rapids Stream,
  158.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  159.         WinWaitActive,  Digital Rapids Stream,
  160.         MouseClick, left,  248,  12
  161.         Sleep, 200
  162.         Send, {ALTDOWN}f{ALTUP}o
  163.         WinWait, Open Local Project...,
  164.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  165.         WinWaitActive, Open Local Project...,
  166.         Sleep, 200
  167.         Send, pal{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  168.     }
  169.     Else If ( A_GuiControl = "myButton04" )
  170.     {
  171.         WinWait, Digital Rapids Stream,
  172.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  173.         WinWaitActive,  Digital Rapids Stream,
  174.         MouseClick, left,  248,  12
  175.         Sleep, 200
  176.         Send, {ALTDOWN}f{ALTUP}o
  177.         WinWait, Open Local Project...,
  178.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  179.         WinWaitActive, Open Local Project...,
  180.         Sleep, 200
  181.         Send, ntsc{SHIFTDOWN}-{SHIFTUP}ndf{SHIFTDOWN}-{SHIFTUP}l-r{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}l-ltc{SHIFTDOWN}-{SHIFTUP}simultaneous.prj{ENTER}
  182.     }
  183.     Else If ( A_GuiControl = "myButton05" )
  184.     {
  185.         WinWait, Digital Rapids Stream,
  186.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  187.         WinWaitActive,  Digital Rapids Stream,
  188.         MouseClick, left,  248,  12
  189.         Sleep, 200
  190.         Send, {ALTDOWN}f{ALTUP}o
  191.         WinWait, Open Local Project...,
  192.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  193.         WinWaitActive, Open Local Project...,
  194.         Sleep, 200
  195.         Send, ntsc{SHIFTDOWN}-{SHIFTUP}df{SHIFTDOWN}-{SHIFTUP}l-r{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}l-ltc{SHIFTDOWN}-{SHIFTUP}simultaneous.prj{ENTER}
  196.     }
  197.     Else If ( A_GuiControl = "myButton06" )
  198.     {
  199.         WinWait, Digital Rapids Stream,
  200.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  201.         WinWaitActive,  Digital Rapids Stream,
  202.         MouseClick, left,  248,  12
  203.         Sleep, 200
  204.         Send, {ALTDOWN}f{ALTUP}o
  205.         WinWait, Open Local Project...,
  206.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  207.         WinWaitActive, Open Local Project...,
  208.         Sleep, 200
  209.         Send, pal{SHIFTDOWN}-{SHIFTUP}l-r{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}l-ltc{SHIFTDOWN}-{SHIFTUP}simultaneous.prj{ENTER}
  210.     }
  211.     Else If ( A_GuiControl = "myButton07" )
  212.     {
  213.         WinWait, Digital Rapids Stream,
  214.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  215.         WinWaitActive,  Digital Rapids Stream,
  216.         MouseClick, left,  248,  12
  217.         Sleep, 200
  218.         Send, {ALTDOWN}f{ALTUP}o
  219.         WinWait, Open Local Project...,
  220.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  221.         WinWaitActive, Open Local Project...,
  222.         Sleep, 200
  223.         Send, ntsc{SHIFTDOWN}-{SHIFTUP}ndf{SHIFTDOWN}-{SHIFTUP}3-4{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  224.     }
  225.  
  226.     Else If ( A_GuiControl = "myButton08" )
  227.     {
  228.         WinWait, Digital Rapids Stream,
  229.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  230.         WinWaitActive,  Digital Rapids Stream,
  231.         MouseClick, left,  248,  12
  232.         Send, {ALTDOWN}f{ALTUP}o
  233.         WinWait, Open Local Project...,
  234.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  235.         WinWaitActive, Open Local Project...,
  236.         Sleep, 200
  237.         Send, ntsc{SHIFTDOWN}-{SHIFTUP}df{SHIFTDOWN}-{SHIFTUP}3-4{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  238.     }
  239.     Else If ( A_GuiControl = "myButton09" )
  240.     {
  241.         WinWait, Digital Rapids Stream,
  242.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  243.         WinWaitActive,  Digital Rapids Stream,
  244.         MouseClick, left,  248,  12
  245.         Sleep, 200
  246.         Send, {ALTDOWN}f{ALTUP}o
  247.         WinWait, Open Local Project...,
  248.         IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  249.         WinWaitActive, Open Local Project...,
  250.         Sleep, 200
  251.         Send, pal{SHIFTDOWN}-{SHIFTUP}3-4{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  252.     }
  253.     Else If ( A_GuiControl = "myButton10" )
  254.     {
  255.         ; Do other stuff here.
  256.         MsgBox, You clicked "Future Button 1".
  257.     }
  258.     Else If ( A_GuiControl = "myButton11" )
  259.     {
  260.         ; Do other stuff here.
  261.         MsgBox, You clicked "Future Button 2".
  262.     }
  263.     Else If ( A_GuiControl = "myButton12" )
  264.     {
  265.         ; Do other stuff here.
  266.         MsgBox, You clicked "Future Button 3".
  267.     }
  268.     Else If ( A_GuiControl = "myButton13" )
  269.     {
  270.         ; Do other stuff here.
  271.         MsgBox, You clicked "Future Button 4".
  272.     }
  273.     Else If ( A_GuiControl = "myButton14" )
  274.     {
  275.         ; Do other stuff here.
  276.         MsgBox, You clicked "Future Button 5".
  277.     }
  278.     Else If ( A_GuiControl = "myButton15" )
  279.     {
  280.         ; Do other stuff here.
  281.         MsgBox, You clicked "Future Button 6".
  282.     }
  283.     Else If ( A_GuiControl = "myButton16" )
  284.     {
  285.         WinWait, Digital Rapids Stream,
  286.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  287.         WinWaitActive,  Digital Rapids Stream,
  288.         MouseClick, left,  248,  12
  289.         Sleep, 100
  290.         Send, {ALTDOWN}{ALTUP}op
  291.         WinWait, Preferences,
  292.         IfWinNotActive, Preferences, , WinActivate, Preferences,
  293.         WinWaitActive, Preferences,
  294.         MouseClick, left,  105,  98
  295.         Sleep, 100
  296.         MouseClick, left,  392,  58
  297.         Sleep, 200
  298.         Send {Up}
  299.         Sleep, 100
  300.         Send, {ENTER}
  301.         Sleep, 100
  302.         Send, {ENTER}
  303.     }
  304.     Else If ( A_GuiControl = "myButton17" )
  305.     {
  306.         WinWait, Digital Rapids Stream,
  307.         IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  308.         WinWaitActive,  Digital Rapids Stream,
  309.         MouseClick, left,  248,  12
  310.         Sleep, 100
  311.         MouseClick, left,  248,  12
  312.         Sleep, 100
  313.         Send, {ALTDOWN}{ALTUP}op
  314.         WinWait, Preferences,
  315.         IfWinNotActive, Preferences, , WinActivate, Preferences,
  316.         WinWaitActive, Preferences,
  317.         MouseClick, left,  105,  98
  318.         Sleep, 100
  319.         MouseClick, left,  392,  58
  320.         Sleep, 200
  321.         Send {Down}
  322.         Sleep, 100
  323.         Send, {ENTER}
  324.         Sleep, 100
  325.         Send, {ENTER}
  326.     }
  327. }
  328.  
  329. #n::
  330. {
  331.     WinWait, Digital Rapids Stream,
  332.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  333.     WinWaitActive,  Digital Rapids Stream,
  334.     MouseClick, left,  248,  12
  335.     Sleep, 100
  336.     Send, {ALTDOWN}{ALTUP}op
  337.     WinWait, Preferences,
  338.     IfWinNotActive, Preferences, , WinActivate, Preferences,
  339.     WinWaitActive, Preferences,
  340.     MouseClick, left,  105,  98
  341.     Sleep, 100
  342.     MouseClick, left,  392,  58
  343.     Sleep, 200
  344.     Send {Up}
  345.     Sleep, 100
  346.     Send, {ENTER}
  347.     Sleep, 100
  348.     Send, {ENTER}
  349. }
  350.  
  351. #p::
  352. {
  353.     WinWait, Digital Rapids Stream,
  354.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  355.     WinWaitActive,  Digital Rapids Stream,
  356.     MouseClick, left,  248,  12
  357.     Sleep, 100
  358.     MouseClick, left,  248,  12
  359.     Sleep, 100
  360.     Send, {ALTDOWN}{ALTUP}op
  361.     WinWait, Preferences,
  362.     IfWinNotActive, Preferences, , WinActivate, Preferences,
  363.     WinWaitActive, Preferences,
  364.     MouseClick, left,  105,  98
  365.     Sleep, 100
  366.     MouseClick, left,  392,  58
  367.     Sleep, 200
  368.     Send {Down}
  369.     Sleep, 100
  370.     Send, {ENTER}
  371.     Sleep, 100
  372.     Send, {ENTER}
  373. }
  374.  
  375. !numpad0::
  376. {
  377.     MouseClick, left,  710,  460
  378.     Sleep, 100
  379.     WinWait, Ingest Upload Verification Page - Mozilla Firefox,
  380.     IfWinNotActive, Ingest Upload Verification Page - Mozilla Firefox, , WinActivate, Ingest Upload Verification Page - Mozilla Firefox,
  381.     WinWaitActive, Ingest Upload Verification Page - Mozilla Firefox,
  382.     Sleep, 100
  383.     MouseClick, left,  711,  253
  384.     Sleep, 100
  385.     WinWait, Ingest Upload Sucess Home Page - Mozilla Firefox,
  386.     IfWinNotActive, Ingest Upload Sucess Home Page - Mozilla Firefox, , WinActivate, Ingest Upload Sucess Home Page - Mozilla Firefox,
  387.     WinWaitActive, Ingest Upload Sucess Home Page - Mozilla Firefox,
  388.     Sleep, 100
  389.     MouseClick, left,  713,  405
  390.     Sleep, 100
  391.     MouseClick, left,  713,  370
  392. }
  393.  
  394. :*:aspera::
  395. {
  396.     Run, C:\Program Files\Aspera\Aspera Scp\bin\asperacopy.exe
  397.     WinWait, Aspera File Transfer,
  398.     IfWinNotActive, Aspera File Transfer, , WinActivate, Aspera File Transfer,
  399.     WinWaitActive, Aspera File Transfer,
  400.     MouseClick, left,  491,  131
  401.     Sleep, 100
  402.     MouseClick, left,  794,  233
  403.     Sleep, 100
  404.     Send, {ALTDOWN}{SPACE}x{ALTUP}{ALTDOWN}{ALTUP}{RIGHT}{RIGHT}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{ENTER}
  405.     MouseClick, left,  390,  116
  406.     Sleep, 100
  407. }
  408.  
  409. #1::
  410. {
  411.     WinWait, Digital Rapids Stream,
  412.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  413.     WinWaitActive,  Digital Rapids Stream,
  414.     MouseClick, left,  248,  12
  415.     Sleep, 200
  416.     Send, {ALTDOWN}f{ALTUP}o
  417.     WinWait, Open Local Project...,
  418.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  419.     WinWaitActive, Open Local Project...,
  420.     Sleep, 200
  421.     Send, ntsc{SHIFTDOWN}-{SHIFTUP}ndf{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  422. }
  423.  
  424. #2::
  425. {
  426.     WinWait, Digital Rapids Stream,
  427.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  428.     WinWaitActive,  Digital Rapids Stream,
  429.     MouseClick, left,  248,  12
  430.     Sleep, 200
  431.     Send, {ALTDOWN}f{ALTUP}o
  432.     WinWait, Open Local Project...,
  433.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  434.     WinWaitActive, Open Local Project...,
  435.     Sleep, 200
  436.     Send, ntsc{SHIFTDOWN}-{SHIFTUP}df{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  437. }
  438.  
  439. #3::
  440. {
  441.     WinWait, Digital Rapids Stream,
  442.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  443.     WinWaitActive,  Digital Rapids Stream,
  444.     MouseClick, left,  248,  12
  445.     Sleep, 200
  446.     Send, {ALTDOWN}f{ALTUP}o
  447.     WinWait, Open Local Project...,
  448.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  449.     WinWaitActive, Open Local Project...,
  450.     Sleep, 200
  451.     Send, pal{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  452. }
  453.  
  454. #4::
  455. {
  456.     WinWait, Digital Rapids Stream,
  457.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  458.     WinWaitActive,  Digital Rapids Stream,
  459.     MouseClick, left,  248,  12
  460.     Sleep, 200
  461.     Send, {ALTDOWN}f{ALTUP}o
  462.     WinWait, Open Local Project...,
  463.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  464.     WinWaitActive, Open Local Project...,
  465.     Sleep, 200
  466.     Send, ntsc{SHIFTDOWN}-{SHIFTUP}ndf{SHIFTDOWN}-{SHIFTUP}l-r{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}l-ltc{SHIFTDOWN}-{SHIFTUP}simultaneous.prj{ENTER}
  467. }
  468.  
  469. #5::
  470. {
  471.     WinWait, Digital Rapids Stream,
  472.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  473.     WinWaitActive,  Digital Rapids Stream,
  474.     MouseClick, left,  248,  12
  475.     Sleep, 200
  476.     Send, {ALTDOWN}f{ALTUP}o
  477.     WinWait, Open Local Project...,
  478.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  479.     WinWaitActive, Open Local Project...,
  480.     Sleep, 200
  481.     Send, ntsc{SHIFTDOWN}-{SHIFTUP}df{SHIFTDOWN}-{SHIFTUP}l-r{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}l-ltc{SHIFTDOWN}-{SHIFTUP}simultaneous.prj{ENTER}
  482. }
  483.  
  484. #6::
  485. {   WinWait, Digital Rapids Stream,
  486.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  487.     WinWaitActive,  Digital Rapids Stream,
  488.     MouseClick, left,  248,  12
  489.     Sleep, 200
  490.     Send, {ALTDOWN}f{ALTUP}o
  491.     WinWait, Open Local Project...,
  492.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  493.     WinWaitActive, Open Local Project...,
  494.     Sleep, 200
  495.     Send, pal{SHIFTDOWN}-{SHIFTUP}l-r{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}l-ltc{SHIFTDOWN}-{SHIFTUP}simultaneous.prj{ENTER}
  496. }
  497.  
  498. #7::
  499. {
  500.     WinWait, Digital Rapids Stream,
  501.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  502.     WinWaitActive,  Digital Rapids Stream,
  503.     MouseClick, left,  248,  12
  504.     Sleep, 200
  505.     Send, {ALTDOWN}f{ALTUP}o
  506.     WinWait, Open Local Project...,
  507.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  508.     WinWaitActive, Open Local Project...,
  509.     Sleep, 200
  510.     Send, ntsc{SHIFTDOWN}-{SHIFTUP}ndf{SHIFTDOWN}-{SHIFTUP}3-4{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  511. }
  512.  
  513. #8::
  514. {
  515.     WinWait, Digital Rapids Stream,
  516.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  517.     WinWaitActive,  Digital Rapids Stream,
  518.     MouseClick, left,  248,  12
  519.     Send, {ALTDOWN}f{ALTUP}o
  520.     WinWait, Open Local Project...,
  521.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  522.     WinWaitActive, Open Local Project...,
  523.     Sleep, 200
  524.     Send, ntsc{SHIFTDOWN}-{SHIFTUP}df{SHIFTDOWN}-{SHIFTUP}3-4{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  525. }
  526.  
  527. #9::
  528. {
  529.     WinWait, Digital Rapids Stream,
  530.     IfWinNotActive, Digital Rapids Stream, , WinActivate, Digital Rapids Stream,
  531.     WinWaitActive,  Digital Rapids Stream,
  532.     MouseClick, left,  248,  12
  533.     Sleep, 200
  534.     Send, {ALTDOWN}f{ALTUP}o
  535.     WinWait, Open Local Project...,
  536.     IfWinNotActive, Open Local Project..., , WinActivate, Open Local Project...,
  537.     WinWaitActive, Open Local Project...,
  538.     Sleep, 200
  539.     Send, pal{SHIFTDOWN}-{SHIFTUP}3-4{SHIFTDOWN}-{SHIFTUP}{SHIFTDOWN}=-{SHIFTUP}ltc{SHIFTDOWN}-{SHIFTUP}mp2.prj{ENTER}
  540. }
  541.  
  542. ; EOF

49
General Software Discussion / Re: Copy a bunch of cd/dvd
« on: September 29, 2009, 11:43 AM »
I did exactly what you're doing.

After copying 800 gigs of files and throwing away the dvds, I lost everything I had copied on a Seagate Barracuda 1 TB drive. Non-recoverable. So get 2 drives and back everything up!

Anyway, I installed 3 DVD drives on the same machine, and started them copying them simultaneously to the hard drive. I used Teracopy to make the copies queue one after another, and ejected them by hand when they were all done. I had buttons and scripts programmed to eject the disks but found it was quicker just to press the buttons on the drawers themselves. Teracopy will play a nice chime when the copy is complete.

This works, of course, only if you're just copying files from the disks, and not ripping images.

50
thx...

I've tried dozens of search tools (haven't messed with Windows 7 yet) and FARR does the best searches bar none.

I'll bother Directory Opus again, see if they've changed their mind. They thought typing wildcards was great last time I asked.

Pages: prev1 [2] 3 4next