#1 The CLI, a mighty tool it is
Posted: Thu Mar 30, 2006 6:53 am
So I've been looking at expanding my knowledge of Winnie, unfortunatly there was only one thing left. The dreaded command line.
Cue 4 months later, circa a month ago, I feel okay with it, I can manage my net connection from it, I'm now looking into the unfanthomable world of automation, specificly automating Defragging.
Every thing I lay out here, credits go to Destructionator in finding out how to do it. First step was pretty easy, running a defrag through the CLI(command line interface) was simple. And I thought, alright, lets schedule the command and leave. Whoa there, Windows can't run the CMD interface then a command! It can only run a single command for a task at once. Back up, my mind struggles to remember this thing called a batch script. My mind trembles. Alright, how hard could it be? Not very, a short time later, I have my first batch script written, several new sources of information and one happy computer.
All well you say? Eh...not quite. I've been having sleeping issues, specificly waking up. Of course, I wondered, how can a PC help with this? Alarm clock time! But another Ring Ring! tone in my room at the proper time won't really help, my mind is apathetic towards that tone. What I needed was Music. Cue my music folder and player(WMP10) to the rescue. All good? Nyet. Running an automated command to WMP10 to startup did nothing, it didn't autoplay, and obviously I need it autoplaying.
Again, cue the batch script. A little script to run a playlist file(that autoplays) and I'm done.
Whats the moral of the story? While the CLI is kinda frightening, it can a nice little tool to improve your use of Winnie. Oh and its just fun typing commands into black screens, but we'll leave that to Linux nuts.
My next step is obvious, I need to practice, but how to do that? I'm asking you people, give me simple tasks that you think the computer should do automaticly, stuff like the Alarm Clock, maintenance, etc.
Cue 4 months later, circa a month ago, I feel okay with it, I can manage my net connection from it, I'm now looking into the unfanthomable world of automation, specificly automating Defragging.
Every thing I lay out here, credits go to Destructionator in finding out how to do it. First step was pretty easy, running a defrag through the CLI(command line interface) was simple. And I thought, alright, lets schedule the command and leave. Whoa there, Windows can't run the CMD interface then a command! It can only run a single command for a task at once. Back up, my mind struggles to remember this thing called a batch script. My mind trembles. Alright, how hard could it be? Not very, a short time later, I have my first batch script written, several new sources of information and one happy computer.
All well you say? Eh...not quite. I've been having sleeping issues, specificly waking up. Of course, I wondered, how can a PC help with this? Alarm clock time! But another Ring Ring! tone in my room at the proper time won't really help, my mind is apathetic towards that tone. What I needed was Music. Cue my music folder and player(WMP10) to the rescue. All good? Nyet. Running an automated command to WMP10 to startup did nothing, it didn't autoplay, and obviously I need it autoplaying.
Again, cue the batch script. A little script to run a playlist file(that autoplays) and I'm done.
Whats the moral of the story? While the CLI is kinda frightening, it can a nice little tool to improve your use of Winnie. Oh and its just fun typing commands into black screens, but we'll leave that to Linux nuts.
My next step is obvious, I need to practice, but how to do that? I'm asking you people, give me simple tasks that you think the computer should do automaticly, stuff like the Alarm Clock, maintenance, etc.