mirror of
https://github.com/reactos/ahk_tests.git
synced 2025-02-17 01:58:08 +00:00
[AHK]
Do not execute anything when '--list' parameter passed. svn path=/trunk/ahk_tests/; revision=1939
This commit is contained in:
parent
ec028a5da9
commit
313ba11941
@ -38,15 +38,18 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ExtractArchive
|
||||
{
|
||||
#include ExtractArchive.ahk
|
||||
}
|
||||
else if 1 = 3.Benchmark
|
||||
{
|
||||
#include Benchmark.ahk
|
||||
if 1 = 2.ExtractArchive
|
||||
{
|
||||
#include ExtractArchive.ahk
|
||||
}
|
||||
else if 1 = 3.Benchmark
|
||||
{
|
||||
#include Benchmark.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.AddArchive
|
||||
if 1 != --list
|
||||
{
|
||||
#include AddArchive.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.AddArchive
|
||||
{
|
||||
#include AddArchive.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SaveAsDesktop
|
||||
if 1 != --list
|
||||
{
|
||||
#include SaveAsDesktop.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SaveAsDesktop
|
||||
{
|
||||
#include SaveAsDesktop.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.load_document
|
||||
if 1 != --list
|
||||
{
|
||||
#include load_document.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.load_document
|
||||
{
|
||||
#include load_document.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.download
|
||||
if 1 != --list
|
||||
{
|
||||
#include download.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,15 +38,18 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SA_LoadLocalFlash
|
||||
{
|
||||
#include SA_LoadLocalFlash.ahk ; StandAlone Flash Player: play locally located SWF
|
||||
}
|
||||
else if 1 = 3.SA_LoadOnlineFlash ; StandAlone Flash Player: play online located SWF
|
||||
{
|
||||
#include SA_LoadOnlineFlash.ahk
|
||||
if 1 = 2.SA_LoadLocalFlash
|
||||
{
|
||||
#include SA_LoadLocalFlash.ahk ; StandAlone Flash Player: play locally located SWF
|
||||
}
|
||||
else if 1 = 3.SA_LoadOnlineFlash ; StandAlone Flash Player: play online located SWF
|
||||
{
|
||||
#include SA_LoadOnlineFlash.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SearchCurrentDoc
|
||||
if 1 != --list
|
||||
{
|
||||
#include SearchCurrentDoc.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SearchCurrentDoc
|
||||
{
|
||||
#include SearchCurrentDoc.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ViewLicense
|
||||
if 1 != --list
|
||||
{
|
||||
#include ViewLicense.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ViewLicense
|
||||
{
|
||||
#include ViewLicense.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.calculate_checksum
|
||||
if 1 != --list
|
||||
{
|
||||
#include calculate_checksum.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.calculate_checksum
|
||||
{
|
||||
#include calculate_checksum.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.intro
|
||||
if 1 != --list
|
||||
{
|
||||
#include intro.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.intro
|
||||
{
|
||||
#include intro.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.intro
|
||||
if 1 != --list
|
||||
{
|
||||
#include intro.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.intro
|
||||
{
|
||||
#include intro.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.multi_rename
|
||||
if 1 != --list
|
||||
{
|
||||
#include multi_rename.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.multi_rename
|
||||
{
|
||||
#include multi_rename.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -36,11 +36,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.open_folder
|
||||
if 1 != --list
|
||||
{
|
||||
#include open_folder.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.open_folder
|
||||
{
|
||||
#include open_folder.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -36,11 +36,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ExtractArchive
|
||||
if 1 != --list
|
||||
{
|
||||
#include ExtractArchive.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ExtractArchive
|
||||
{
|
||||
#include ExtractArchive.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,19 +38,22 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.address_bar
|
||||
{
|
||||
#include address_bar.ahk
|
||||
}
|
||||
else if 1 = 3.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
else if 1 = 4.search_bar
|
||||
{
|
||||
#include search_bar.ahk
|
||||
if 1 = 2.address_bar
|
||||
{
|
||||
#include address_bar.ahk
|
||||
}
|
||||
else if 1 = 3.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
else if 1 = 4.search_bar
|
||||
{
|
||||
#include search_bar.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,19 +38,22 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.address_bar
|
||||
{
|
||||
#include address_bar.ahk
|
||||
}
|
||||
else if 1 = 3.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
else if 1 = 4.search_bar
|
||||
{
|
||||
#include search_bar.ahk
|
||||
if 1 = 2.address_bar
|
||||
{
|
||||
#include address_bar.ahk
|
||||
}
|
||||
else if 1 = 3.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
else if 1 = 4.search_bar
|
||||
{
|
||||
#include search_bar.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,19 +38,22 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.address_bar
|
||||
{
|
||||
#include address_bar.ahk
|
||||
}
|
||||
else if 1 = 3.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
else if 1 = 4.search_bar
|
||||
{
|
||||
#include search_bar.ahk
|
||||
if 1 = 2.address_bar
|
||||
{
|
||||
#include address_bar.ahk
|
||||
}
|
||||
else if 1 = 3.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
else if 1 = 4.search_bar
|
||||
{
|
||||
#include search_bar.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_wav
|
||||
if 1 != --list
|
||||
{
|
||||
#include play_wav.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_wav
|
||||
{
|
||||
#include play_wav.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -36,11 +36,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.GoToPage
|
||||
if 1 != --list
|
||||
{
|
||||
#include GoToPage.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.GoToPage
|
||||
{
|
||||
#include GoToPage.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.compile_code
|
||||
if 1 != --list
|
||||
{
|
||||
#include compile_code.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.compile_code
|
||||
{
|
||||
#include compile_code.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.OpenDocument
|
||||
if 1 != --list
|
||||
{
|
||||
#include OpenDocument.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.OpenDocument
|
||||
{
|
||||
#include OpenDocument.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -36,11 +36,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.run_java_gui_app
|
||||
if 1 != --list
|
||||
{
|
||||
#include run_java_gui_app.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.run_java_gui_app
|
||||
{
|
||||
#include run_java_gui_app.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.OpenDocument
|
||||
if 1 != --list
|
||||
{
|
||||
#include OpenDocument.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.OpenDocument
|
||||
{
|
||||
#include OpenDocument.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.local_game
|
||||
if 1 != --list
|
||||
{
|
||||
#include local_game.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.local_game
|
||||
{
|
||||
#include local_game.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.writer_replace
|
||||
if 1 != --list
|
||||
{
|
||||
#include writer_replace.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.writer_replace
|
||||
{
|
||||
#include writer_replace.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_video
|
||||
if 1 != --list
|
||||
{
|
||||
#include play_video.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_video
|
||||
{
|
||||
#include play_video.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,13 +31,16 @@ params =
|
||||
if CheckParam()
|
||||
{
|
||||
; Those brackets are required!
|
||||
if 1 = 1.install
|
||||
if 1 != --list
|
||||
{
|
||||
#include install_test.ahk
|
||||
}
|
||||
else if 1 = 2.run_vb6_app
|
||||
{
|
||||
#include run_vb6_app.ahk
|
||||
if 1 = 1.install
|
||||
{
|
||||
#include install_test.ahk
|
||||
}
|
||||
else if 1 = 2.run_vb6_app
|
||||
{
|
||||
#include run_vb6_app.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.irc_chat_test
|
||||
if 1 != --list
|
||||
{
|
||||
#include irc_chat_test.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.irc_chat_test
|
||||
{
|
||||
#include irc_chat_test.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,15 +38,18 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.run_net_app
|
||||
{
|
||||
#include run_net_app.ahk
|
||||
}
|
||||
else if 1 = 3.compile_winforms
|
||||
{
|
||||
#include compile_winforms.ahk
|
||||
if 1 = 2.run_net_app
|
||||
{
|
||||
#include run_net_app.ahk
|
||||
}
|
||||
else if 1 = 3.compile_winforms
|
||||
{
|
||||
#include compile_winforms.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.run_net_app
|
||||
if 1 != --list
|
||||
{
|
||||
#include run_net_app.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.run_net_app
|
||||
{
|
||||
#include run_net_app.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.replace
|
||||
if 1 != --list
|
||||
{
|
||||
#include replace.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.replace
|
||||
{
|
||||
#include replace.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,23 +40,26 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SaveAsDesktop
|
||||
{
|
||||
#include SaveAsDesktop.ahk
|
||||
}
|
||||
else if 1 = 3.OpenDocument
|
||||
{
|
||||
#include OpenDocument.ahk
|
||||
}
|
||||
else if 1 = 4.Ctrl-F.FindDialog
|
||||
{
|
||||
#include Ctrl-F.FindDialog.ahk
|
||||
}
|
||||
else if 1 = 5.Send_Input
|
||||
{
|
||||
#include Send_Input.ahk
|
||||
if 1 = 2.SaveAsDesktop
|
||||
{
|
||||
#include SaveAsDesktop.ahk
|
||||
}
|
||||
else if 1 = 3.OpenDocument
|
||||
{
|
||||
#include OpenDocument.ahk
|
||||
}
|
||||
else if 1 = 4.Ctrl-F.FindDialog
|
||||
{
|
||||
#include Ctrl-F.FindDialog.ahk
|
||||
}
|
||||
else if 1 = 5.Send_Input
|
||||
{
|
||||
#include Send_Input.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.address_bar
|
||||
if 1 != --list
|
||||
{
|
||||
#include address_bar.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.address_bar
|
||||
{
|
||||
#include address_bar.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.debug_run
|
||||
if 1 != --list
|
||||
{
|
||||
#include debug_run.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.debug_run
|
||||
{
|
||||
#include debug_run.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,23 +40,26 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
if 1 != --list
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.AddressBar
|
||||
{
|
||||
#include AddressBar.ahk
|
||||
}
|
||||
else if 1 = 3.Download
|
||||
{
|
||||
#include Download.ahk
|
||||
}
|
||||
else if 1 = 4.FlashPlayer
|
||||
{
|
||||
#include FlashPlayer.ahk
|
||||
}
|
||||
else if 1 = 5.CloseDownload
|
||||
{
|
||||
#include CloseDownload.ahk
|
||||
if 1 = 2.AddressBar
|
||||
{
|
||||
#include AddressBar.ahk
|
||||
}
|
||||
else if 1 = 3.Download
|
||||
{
|
||||
#include Download.ahk
|
||||
}
|
||||
else if 1 = 4.FlashPlayer
|
||||
{
|
||||
#include FlashPlayer.ahk
|
||||
}
|
||||
else if 1 = 5.CloseDownload
|
||||
{
|
||||
#include CloseDownload.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.telnet
|
||||
if 1 != --list
|
||||
{
|
||||
#include telnet.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.telnet
|
||||
{
|
||||
#include telnet.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.tkinter_gui
|
||||
if 1 != --list
|
||||
{
|
||||
#include tkinter_gui.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.tkinter_gui
|
||||
{
|
||||
#include tkinter_gui.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -29,12 +29,15 @@ params =
|
||||
|
||||
if CheckParam()
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
; Those brackets are required!
|
||||
if 1 = 1.SaveScreenShot
|
||||
if 1 != --list
|
||||
{
|
||||
#include SaveScreenShot.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
; Those brackets are required!
|
||||
if 1 = 1.SaveScreenShot
|
||||
{
|
||||
#include SaveScreenShot.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_file
|
||||
if 1 != --list
|
||||
{
|
||||
#include play_file.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_file
|
||||
{
|
||||
#include play_file.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.replace
|
||||
if 1 != --list
|
||||
{
|
||||
#include replace.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.replace
|
||||
{
|
||||
#include replace.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.download
|
||||
if 1 != --list
|
||||
{
|
||||
#include download.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.download
|
||||
{
|
||||
#include download.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.find_text
|
||||
if 1 != --list
|
||||
{
|
||||
#include find_text.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.find_text
|
||||
{
|
||||
#include find_text.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.new_event
|
||||
if 1 != --list
|
||||
{
|
||||
#include new_event.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.new_event
|
||||
{
|
||||
#include new_event.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.find_file
|
||||
if 1 != --list
|
||||
{
|
||||
#include find_file.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.find_file
|
||||
{
|
||||
#include find_file.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SendMail
|
||||
if 1 != --list
|
||||
{
|
||||
#include SendMail.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.SendMail
|
||||
{
|
||||
#include SendMail.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.move_tanks
|
||||
if 1 != --list
|
||||
{
|
||||
#include move_tanks.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.move_tanks
|
||||
{
|
||||
#include move_tanks.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.find_files
|
||||
if 1 != --list
|
||||
{
|
||||
#include find_files.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.find_files
|
||||
{
|
||||
#include find_files.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.paint
|
||||
if 1 != --list
|
||||
{
|
||||
#include paint.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.paint
|
||||
{
|
||||
#include paint.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.view_vnc
|
||||
if 1 != --list
|
||||
{
|
||||
#include view_vnc.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.view_vnc
|
||||
{
|
||||
#include view_vnc.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.GoToPage
|
||||
if 1 != --list
|
||||
{
|
||||
#include GoToPage.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.GoToPage
|
||||
{
|
||||
#include GoToPage.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -35,13 +35,16 @@ if CheckParam()
|
||||
{
|
||||
#include install_test.ahk
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.PlayVideo
|
||||
if 1 != --list
|
||||
{
|
||||
#include PlayVideo.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.PlayVideo
|
||||
{
|
||||
#include PlayVideo.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.PlayVideo
|
||||
if 1 != --list
|
||||
{
|
||||
#include PlayVideo.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.PlayVideo
|
||||
{
|
||||
#include PlayVideo.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_gnuchess
|
||||
if 1 != --list
|
||||
{
|
||||
#include play_gnuchess.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.play_gnuchess
|
||||
{
|
||||
#include play_gnuchess.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ExtractPwdProtected
|
||||
if 1 != --list
|
||||
{
|
||||
#include ExtractPwdProtected.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ExtractPwdProtected
|
||||
{
|
||||
#include ExtractPwdProtected.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,13 +31,16 @@ params =
|
||||
if CheckParam()
|
||||
{
|
||||
; Those brackets are required!
|
||||
if 1 = 1.space
|
||||
if 1 != --list
|
||||
{
|
||||
#include space.ahk
|
||||
}
|
||||
else if 1 = 2.space_lite
|
||||
{
|
||||
#include space_lite.ahk
|
||||
if 1 = 1.space
|
||||
{
|
||||
#include space.ahk
|
||||
}
|
||||
else if 1 = 2.space_lite
|
||||
{
|
||||
#include space_lite.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ChatTest
|
||||
if 1 != --list
|
||||
{
|
||||
#include ChatTest.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ChatTest
|
||||
{
|
||||
#include ChatTest.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,14 @@ if CheckParam()
|
||||
}
|
||||
else
|
||||
{
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ChatTest
|
||||
if 1 != --list
|
||||
{
|
||||
#include ChatTest.ahk
|
||||
#include prepare.ahk
|
||||
|
||||
if 1 = 2.ChatTest
|
||||
{
|
||||
#include ChatTest.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user