Przejdź do głównej zawartości

RWA - Run With Argument - 1.0

RWA1.0 - Run With Argument
small application that allows to run any other *.exe file with arguments...for some reasons it can be useful especially when working on HTC devices...

- argument is saved in config file that has the same filename as rwa.exe file but with extension: *.txt
(ex RWA.exe -> RWA.txt, AWR.exe -> AWR.txt, 123.exe->123.txt etc...)
that function allows to have multi RWAs in system, without conflicts...

- the config file is built as:
\Windows\tmail.exe
-t


so the first line is absolute path to file,
second line is argument that will be used when launching new process...


- run RWA with any argument to enable logger (weird he ?? that application allows to run other applications with argument... and I want You to run it with arguments... heh... ;) only for education purpose... )


12:45:39 _____________________NEW__ATTEMPT____________________
12:45:39 The Log filename is: RWA1log.txt
12:45:39 Trying to open Registry
12:45:40 RWA filename: RWA1.exe
12:45:40 RWA config filename: RWA1.txt
12:45:40 RWA1.txt config file exists... reading it...
12:45:40 process filename is: windows\notes.exe|
12:45:40 process file argument is: -n|
12:45:40 Trying to start process
12:45:41


LINK to XDA-Developers

cheers :D

Komentarze

Popularne posty z tego bloga

NetBeans and Trackpoint problem...

Netbeans doesn't allow (for some reasons) using native trackpoint + third blue button for scrolling through code view listing :/ that's annoying if You're not using mouse wheel ... I have Lenovo X200 and that was big problem for me... here is solution: open C:\Program Files\Lenovo\TrackPoint find tp4table.dat an edit it in Notepad++, add these lines, between similar lines: ; NetBeans support *,*,netbeans.exe,*,*,*,WheelStd,0,9 save the file, restart computer and voila... now Netbeans supports scrolling with Lenevo's trackpoint... tested with Netbeans 7.01 on win7 and default lenovo's trackpoint drivers

Send WinKey - Open Start Menu...

Send WinKey is tiny application that is emulating click of Windows Key... * You can use it while binding / mapping your hardware keys (ex Xperia, Touch Pro etc.) when You need the "fast" opening of Start menu (not touching screen but pressing the button...) Cab Installation XDA-Developers Thread *(yesssss... I know that MortScript has got that kind of options... but ... not everybody needs to have mortscript installed... or not everybody wants to edit those lines of scripts/codes... etc) :) cheers...