On Tue, Sep 17, 2013 at 9:28 AM, David Ashley <[email protected]>wrote:
> Okay, I think this is the last problem. It concerns the killere.exe
> application. I installed it in the c:\Windows\System32 subdirectory.
> When I look for the file in Windows Explorer I can see the file. But
> when I perform a dir command on the file it is not found. Obviously I
> have some kind of security problem but I have not been able to figure
> out how I can make this application visible and executable to the
> system.
>
> Any help?
>
David,
It doesn't work anyway on Windows 7:
C:\bin>dir killer.exe
Volume in drive C is Win7
Volume Serial Number is D25E-50D5
Directory of C:\bin
04/12/2007 05:08 PM 57,344 killer.exe
1 File(s) 57,344 bytes
0 Dir(s) 2,643,935,232 bytes free
C:\bin>attrib killer.exe
A C:\bin\killer.exe
*C:\bin>killer rxapi*
*The process "rxapi.exe" was not found.*
C:\bin>
As for why you can't see it from the command line, it could be Windows
trying to protect you from yourself.
You can use attrib to make sure it is not hidden or system. You can set
the DIRCMD env variable to make sure things show:
C:\bin>set DIRCMD
DIRCMD=/A/O:G/O:N
The /A is All. The /O is order and they are just my preference. G is
directories first, N is alphabetical by name.
You could download the SysInternals stuff. Their pskill seems to work okay:
C:\bin>pskill /?
PsKill v1.12 - Terminates processes on local or remote systems
Copyright (C) 1999-2005 Mark Russinovich
Sysinternals - www.sysinternals.com
Usage: pskill [-t] [\\computer [-u username [-p password]]] <process ID |
name>
-t Kill the process and its descendants.
-u Specifies optional user name for login to
remote computer.
-p Specifies optional password for user name. If you omit this
you will be prompted to enter a hidden password.
C:\bin>pskill rxapi
PsKill v1.12 - Terminates processes on local or remote systems
Copyright (C) 1999-2005 Mark Russinovich
Sysinternals - www.sysinternals.com
Process rxapi killed.
C:\bin>
Go to the website listed to get it. The utilities are free.
We could change the build to use pskill instead of killer and just say it
is a condition of building on Windows, just like NSIS is a condition of
packaging on Windows.
--
Mark Miesfeld
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel