add search app to run Eolite with param
in order to decrease filesize
This commit is contained in:
@@ -666,6 +666,7 @@ tup.append_table(img_files, {
|
||||
{"EASYSHOT", VAR_PROGS .. "/cmm/misc/easyshot.com"},
|
||||
{"MOUSECFG", VAR_PROGS .. "/cmm/mousecfg/mousecfg.com"},
|
||||
{"BARSCFG", VAR_PROGS .. "/cmm/barscfg/barscfg.com"},
|
||||
{"SEARCH", VAR_PROGS .. "/cmm/misc/search.com"},
|
||||
{"SYSPANEL", VAR_PROGS .. "/cmm/misc/software_widget.com"},
|
||||
{"SYSMON", VAR_PROGS .. "/cmm/sysmon/sysmon.com"},
|
||||
{"TMPDISK", VAR_PROGS .. "/cmm/tmpdisk/tmpdisk.com"},
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
23 Game Center |allgames
|
||||
60 System panel |syspanel
|
||||
18 Documentation |docpack
|
||||
49 Search |search
|
||||
53 Run |run
|
||||
04 Shut down |end
|
||||
#1 **** DEMOS
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
16 Centro de juegos |allgames
|
||||
60 System panel |syspanel
|
||||
18 Ayuda |docpack
|
||||
49 Buscar |search
|
||||
53 Ejecutar aplicaci¢n |run
|
||||
04 Apagar |end
|
||||
#1 **** DEMOS
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
23 ˆ£à®¢®© æ¥âà |allgames
|
||||
60 ‘¨á⥬ ï ¯ ¥«ì |syspanel
|
||||
18 „®ªã¬¥â æ¨ï |docpack
|
||||
49 <20>®¨áª |search
|
||||
53 ‡ ¯ã᪠¯à®£à ¬¬ë |run
|
||||
04 ‡ ¢¥à襨¥ à ¡®âë |end
|
||||
#1 **** 2D „¥¬ª¨
|
||||
|
||||
13
programs/cmm/misc/search.c
Normal file
13
programs/cmm/misc/search.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#define MEMSIZE 1024*20
|
||||
#define ENTRY_POINT #main
|
||||
|
||||
#include "../lib/fs.h"
|
||||
|
||||
void main()
|
||||
{
|
||||
char param2[4096];
|
||||
strcpy(#param2, "\\s ");
|
||||
strncpy(#param2 + 3, #param, sizeof(param2) - 2 - 3);
|
||||
RunProgram("/sys/File managers/Eolite", #param2);
|
||||
ExitProcess();
|
||||
}
|
||||
Reference in New Issue
Block a user