-
Notifications
You must be signed in to change notification settings - Fork 2
Command Examples
Muhammed İKİNCİ edited this page Aug 30, 2017
·
1 revision
{
"CommandType" : "print_message",
"FormCaption" : "Test Form",
"Text" : "Hello World",
"FontSize" : 50
}
{
"CommandType" : "print_message",
"FormCaption" : "Test Form",
"Text" : "Hello World",
"FontSize" : 50,
"AfterTime" : 5000
}
{
"CommandType" : "open_program",
"Text" : "Spotify"
}
{
"CommandType" : "open_program",
"Text" : "Spotify",
"AfterTime" : "5000"
}
{
"CommandType" : "open_program",
"Text" : "Spotify",
"OverTime" : "5000"
}
{
"CommandType" : "get_folder_list",
"FilePath" : "c:\\users"
}
{
"CommandType" : "get_file",
"FilePath" : "c:\\users",
"Text" : "desktop.ini"
}