Ok so how do I write a program or script to automate command line functions. Example being I want a shortcut to open the command line and run "ipconfig /all"
Yeah it's stupid simple but eventually I'd like to expand this to automate further functions.
Knowledge... C++.
Page 1 of 1
How do I automate command line? more programming than Windows
#1
Posted 21 November 2011 - 05:41 PM
AMD Phenom II X6 2.8ghz
8GB DDR3 RAM
XFX ATI Radeon HD6850 1 GB DDR5, 26" Widescreen HDMI
500GB + 80GB HDD
Windows 7 Pro, Mozilla Firefox, AutoCAD 2011, Solidworks 2009
1/19/2012
8GB DDR3 RAM
XFX ATI Radeon HD6850 1 GB DDR5, 26" Widescreen HDMI
500GB + 80GB HDD
Windows 7 Pro, Mozilla Firefox, AutoCAD 2011, Solidworks 2009
1/19/2012
#2
Posted 21 November 2011 - 05:50 PM
Every command parser on every OS allows for some level of scripting. On Windows you can use a batch file, on Linux, Mac OS X, BSD, and others you can use a Bash script file. In both cases the files are basically lists of commands to carry out as if you were typing them one-at-a-time into the command line.
This post has been edited by Andrew: 21 November 2011 - 05:50 PM
Help us help you. If HelpBot replies, you MUST follow step 1 in its reply so we know you need help.
Boredom Software Stop Highlighting Things
Boredom Software Stop Highlighting Things
Share this topic:
Page 1 of 1

Help


Back to top









