Windows - arghhh!!


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Windows - arghhh!!
# 1  
Old 06-06-2007
Windows - arghhh!!

Smilie

I am sure this is not the best place to ask this question.
I have recently in work inherited support of some windows servers..
I have (thankfully) never had to support windows servers to date and my background is in unix only and quite of lot of ksh scripting etc..

I have some - what I would call - simple tasks to set up that I would normally just write a script for and email the output..
I need to monitor directories for files coming in etc, disk space, check application processes etc...

Any help on where I can start with windows etc? any other web sites that can help? I dont want to have to spend 3 weeks reading material etc
# 2  
Old 06-06-2007
In the Windows world, you can still write bat files: bat files. When XP came out, Microsoft introduced Windows Scripting Host: WSH. WSH offers several languages and I used VBScript to write some stuff. I hear that now Microsoft has developed Powershell: Powershell which I have not yet tried.

bat files have been around forever and probably always will be...not exactly a super-powered language though. WSH seems to be a failed experiment...it had security problems and a lot of folks disable it. Powershell is new and you may need to install it before you use it. It seems like the way of the future... but then so did WSH. But these are the official Microsoft scripting languages. You can also install various other freeware languages.
# 3  
Old 06-06-2007
If you need a free, decent, unix guest operating system under windows, download cygwin:

http://www.cygwin.com/mirrors.html

It interacts with devices and files on the Windows box/network. We use rsynch to keep a bunch PC servers loaded with current data -- under cygwin.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies

2. UNIX for Dummies Questions & Answers

startX windows application during boot.....putty connection takes the windows

Dear all i am new to linux/debian i run my application on the computer...during startup in bashrc i wrk wid dis script to invoke startx..i do this above command and it works perfectly... if && ; then startx -- -br 1>/dev/null exit 0 fi i use winscp for file transfer and putty for... (1 Reply)
Discussion started by: venkat_330
1 Replies
Login or Register to Ask a Question