Skip to content

Commit

Permalink
2011-07-16_03-53-11
Browse files Browse the repository at this point in the history
  • Loading branch information
camerb committed Jul 16, 2011
1 parent 5b171df commit fdcc325
Show file tree
Hide file tree
Showing 19 changed files with 189 additions and 2,175 deletions.
15 changes: 2 additions & 13 deletions FindMe.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ replace:
Loop % LV_GetCount()
{

If (getkeystate("esc","p"))
Break

SendMessage, 4140, A_index - 1, 0xF000, SysListView321 ; 4140 is LVM_GETITEMSTATE. 0xF000 is LVIS_STATEIMAGEMASK.
isChecked := (ErrorLevel >> 12) - 1
; isChecked := LV_GetNext(iteration, "Checked")
Expand Down Expand Up @@ -202,15 +199,9 @@ search:
Continue
}
sort, flist, R
addtotrace(flist)
addtotrace("green line")

Loop, parse, flist, `n, `r
Loop, parse, flist, `n
{
addtotrace("yellow line")
If (getkeystate("esc","p"))
Break

filepath:=A_LoopField
SplitPath, filepath, fileName
SB_SetText("file: "A_Index "/" max " -- " fileName, 1, 0)
Expand All @@ -222,8 +213,6 @@ search:

loop, parse, filetext, `n, `r
{
If (getkeystate("esc","p"))
Break

If (pos:=RegExMatch(A_LoopField, "i`n)" word))
{
Expand All @@ -234,8 +223,8 @@ search:
}
LV_ModifyCol(4, "AutoHdr", "Sample: (" LV_GetCount() ")")
}

}
addtotrace("red line")

LV_ModifyCol(1, "Auto")
LV_ModifyCol(4, "Auto")
Expand Down
2 changes: 1 addition & 1 deletion Lynx-4-ConfigureSQL.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ SleepSeconds(20)

ret := CmdRet_RunReturn("perl C:\inetpub\wwwroot\cgi\banner.plx", "C:\inetpub\wwwroot\cgi\")
if NOT InStr(ret, "Location: /banner/banner.gif")
fatalErrord("the banner.plx file did not run correctly, instead it returned:", ret)
errord("the banner.plx file did not run correctly, instead it returned:", ret)

39 changes: 20 additions & 19 deletions Lynx-8-MiscAndTest.ahk
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
;change the desktop image
FileCopy("C:\LynxCD\Server 7.11\Setup\New Lynx Screen.jpg", "C:\Users\Administrator\Pictures\LynxBackground.jpg")
SleepSend("#r")
SleepSend("control panel{ENTER}")
SleepSend("change desktop background{ENTER}")
SleepClick(74, 105)
SleepSend("!b")
ForceWinFocus("Browse For Folder")
SleepClick(75, 131)
Loop 8
SleepSend("{DOWN}")
SleepSend("{ENTER}")
SleepClick(163, 250)
SleepSend("{ENTER}")
SleepSeconds(1)

ForceWinFocus("Control Panel")
WinClose

;make the shortcuts on the desktop
FileCopy("C:\LynxCD\Server 7.11\Desktop\Log On Admin.url", "C:\Users\Administrator\Desktop\Log On Admin.url")
FileCopy("C:\LynxCD\Server 7.11\Desktop\Log On Security Account.url", "C:\Users\Administrator\Desktop\Log On Security Account.url")
Expand Down Expand Up @@ -52,3 +33,23 @@ ForceWinFocus(".SMTP Virtual Server .1. Properties", "Regex")
SleepClick(120, 420)
ForceWinFocus("IIS")
WinClose

;change the desktop image
FileCopy("C:\LynxCD\Server 7.11\Setup\New Lynx Screen.jpg", "C:\Users\Administrator\Pictures\LynxBackground.jpg")
SleepSend("#r")
SleepSend("control panel{ENTER}")
SleepSend("change desktop background{ENTER}")
SleepClick(74, 105)
SleepSend("!b")
ForceWinFocus("Browse For Folder")
SleepClick(75, 131)
Loop 8
SleepSend("{DOWN}")
SleepSend("{ENTER}")
SleepClick(163, 250)
SleepSend("{ENTER}")
SleepSeconds(1)

ForceWinFocus("Control Panel")
WinClose

Binary file modified Lynx-EntireInstall-2011-04.exe
Binary file not shown.
1 change: 1 addition & 0 deletions Lynx-FcnLib.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ autologin(options)
InstallTTS()
{
WinWaitActive, , &Next
SleepSeconds(5)
SleepSend("!n")
WinWaitActive, , &Yes
SleepSend("!y")
Expand Down
Binary file modified Lynx-LastHalfInstall-2011-04.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion temporary2.ahk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include FcnLib.ahk


Send, {ESC 2}i{ENTER}*%A_Space%
108 changes: 0 additions & 108 deletions thirdParty/camerb-OCR-function/Camerb-OCR-Function.ahk

This file was deleted.

33 changes: 0 additions & 33 deletions thirdParty/camerb-OCR-function/FcnLib-Misc.ahk

This file was deleted.

76 changes: 0 additions & 76 deletions thirdParty/camerb-OCR-function/FcnLib-Opera.ahk

This file was deleted.

Loading

0 comments on commit fdcc325

Please sign in to comment.