How to automatically shut-down?

G

Guest

Hi,
I have machines installed with WEPOS, and an application for POS as well.
The keyboard is designed fo POS machines, which only consists of numbers and
Enter button; without Windows button and a mouse.
Anyone know how to make a simple shortcut using keypad numbers to shutdown
Windows, just like if we click Shut Down button?
Thank you very much for your help.
 
G

Guest

Bing Chen,

That'll be unlikely to be efficient.
Because that would means there'll be more and more applications run on the
background, and the WEPOS resources (memory and processor) will be drawn
again.
The programmers are making that POS application in C# language, and it
seemed we're determined to make the shutdown of WEPOS as part of the
application itselves.

Any new suggestions?
Thanks!
 
G

Guest

Perry,

If the programmers created a .bat file, that would mean the WEPOS have to
run another process and that would mean drawing more machine's resources
(memory & processors) which is already at it's limited prowess.
I'm sorry, but that .bat file is not such a good suggestion.

Any more new?
Thanks!
 
J

Jason

If you want to shutdown, have you developers call shutdown.exe from within
the C# when time calls.
 
G

Guest

Jason,

we've already think of this possibility to make the shortcut for Windows
shutdown.
But we're currently looking for more hard-core shutdown shortcuts in C#
language that can speak directly to Windows without calling for an .exe file.
Because calling for .exe file to be executed, would means more resources
(memory & processor) to be use with it.
But thank you again for your suggestion.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top