brianleahy
Colonel Panic
Glad you asked! I can tell you at least one way.
First, you CAN write Unix shell scripts & run them with OSX - and these are very much like DOS batch files, but personally, I don't know of a way to put those directly on the desktop.
But there is another scripting tool called AppleScript. Search your HD for an app called "Script Editor" - this is used to create and modify AppleScript programs.
There is an applescript command that goes:
do shell script "insert unix command here"
You can put in any UNIX command line commands you want.
Then you can "Save As Application" from the File menu, and you're off and running. You'll get an application icon that can be parked in the Dock, the desktop, or wherever you like.
First, you CAN write Unix shell scripts & run them with OSX - and these are very much like DOS batch files, but personally, I don't know of a way to put those directly on the desktop.
But there is another scripting tool called AppleScript. Search your HD for an app called "Script Editor" - this is used to create and modify AppleScript programs.
There is an applescript command that goes:
do shell script "insert unix command here"
You can put in any UNIX command line commands you want.
Then you can "Save As Application" from the File menu, and you're off and running. You'll get an application icon that can be parked in the Dock, the desktop, or wherever you like.