Skip to content

Commit

Permalink
2011-07-21_03-53-08
Browse files Browse the repository at this point in the history
  • Loading branch information
camerb committed Jul 21, 2011
1 parent 85a9124 commit c19992b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 58 deletions.
5 changes: 5 additions & 0 deletions DebugAgain.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,10 @@ ForceWinFocusCmd()
if NOT ForceWinFocusIfExist("Administrator: Command Prompt ahk_class ConsoleWindowClass", "Exact")
if NOT ForceWinFocusIfExist("ahk_class ConsoleWindowClass", "Exact")
ForceWinFocusIfExist("cmd.exe", "Contains")

CustomTitleMatchMode("Contains")
IfWinActive, MINGW32
FatalErrord("", "Accidentally grabbed Git window")
CustomTitleMatchMode("Default")
}
;}}}
3 changes: 2 additions & 1 deletion DebuggerCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -556,4 +556,5 @@ EPMS
cmd 1: {C:\code\epms\script\employee_importers}, 2: {perl riverstone.pl > C:\code\report.txt}
EPMS
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl naa_resident.pl "C:\import_files\survey\naa_residents_2011-07.csv" > c:\code\report.txt}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl naa_moveout.pl "C:\import_files\survey\naa_moveout_2011-07.csv" > c:\code\report.txt}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl naa_moveout.pl "C:\import_files\survey\naa_moveout_2011-07.csv" > c:\code\report.txt}
EPMS
2 changes: 1 addition & 1 deletion SelfDestruct.ahk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sleep 100
FileDelete, C:\My Dropbox\AHKs\Scheduled-20110719175511.ahk
FileDelete, C:\My Dropbox\AHKs\Scheduled-20110720113008.ahk
55 changes: 2 additions & 53 deletions cliprun.ahk
Original file line number Diff line number Diff line change
@@ -1,58 +1,7 @@
#include FcnLib.ahk

Gosub, Razza
Gui, Add, dropdownlist, x12 y50 w90 h20 R6 Choose1 gApplica vRazza, %ListaRazze%
;Gosub, Applica
Gui, Add, dropdownlist, x122 y50 w90 h20 Choose1 vSottoRazza , %ListaSubRazze%
Gui, Show, x206 y105 h401 w482, Creatore di schede
return
#include FcnLib.ahk

Razza:
ListaRazze = ; Inizia Vuoto
Loop, %A_WorkingDir%\Razze\*.
if ListaRazze =
ListaRazze = %A_LoopFileName%
else
ListaRazze = %ListaRazze%|%A_LoopFileName%
Sort, FileList, R D| ; Ordina la lista per ordine inveRso e con | come separatore (D)
;MsgBox, %ListaRazze%
return
ProcessCloseAll("opera.exe")

Applica:
Gui, Submit, NoHide
MsgBox, %Razza%
Loop
{
FileReadLine, line, %A_WorkingDir%\Razze\%Razza%, %A_Index%
{
;MsgBox, %line%
StringGetPos, pos, line, [
if pos >= 0
{
pos =
if ListaSubRazze =
ListaSubRazze = %Line%
else
ListaSubRazze = %ListaSubRazze%|%Line%
MsgBox, subrazze : %ListaSubRazze%
}
MsgBox, fine ciclo pos
}
MsgBox, fine ciclo leggi file

}
MsgBox, finito: %ListaSubRazze%
GuiControl, ,ComboBox2, %ListaSubRazze%
return






GuiClose:
ExitApp



~esc::ExitApp
5 changes: 2 additions & 3 deletions temporary9.ahk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include FcnLib.ahk
#include thirdParty/WinGetAll.ahk
#include thirdParty/lib_json.ahk

;debug(WinGetAll())
msgbox % wingetall()
json...
4 changes: 4 additions & 0 deletions thirdParty/lib_json.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,7 @@ JSON_reduce(symbols, ret){
return symbols

}

#Escapechar `
#CommentFlag ;

0 comments on commit c19992b

Please sign in to comment.