Search found 2 matches
- 09 May 2012 03:12
- Forum: DOS Batch Forum
- Topic: How To Detect User Interacting With Console vs. Auto Task
- Replies: 16
- Views: 16732
Re: How To Detect User Interacting With Console vs. Auto Tas
Thanks for your answers! I allready use a small utility software to send emails. It's called sendEmail and it exists both for Unix/Linux and Windows. I'll try to be more specific about my needs. The scripts I'm working on are for the maintanence of a DataBase (Oracle and later on SQL Server). Some o...
- 07 May 2012 04:04
- Forum: DOS Batch Forum
- Topic: How To Detect User Interacting With Console vs. Auto Task
- Replies: 16
- Views: 16732
How To Detect User Interacting With Console vs. Auto Task
Hello, I would like to know how to detect whether there is a person in front of the computer, using the Windows Server Terminal/Console to launch a set of BATCH scripts, or whether there is an automated Background Task that's launching those scripts. I must detect this using simple batch script. Som...