Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 7 of 7
  1. #1
    Perishingflames is offline Registered User
    Join Date
    Nov 2006
    Posts
    162
    Thanks
    1
    Thanked 1 Time in 1 Post

    Windows Run to MAC Terminal

    Hello all,

    I was wondering how I would get the same result as typing this into the Run program on a windows:
    "Marbleblast\marbleblastgold.exe" -test (interiorName).dif

    Obviously, I do know that macs do not support exe's so the application obviously did not have an exe, only package contents....

    Any ideas? Basically I found the executable in Contents-MacOS but whenever I experiment it loads the application and doesnt even really respond to what I type.

  2. #2
    Satcomer's Avatar
    Satcomer is offline In Geostationary Orbit
    Join Date
    Jul 2002
    Location
    Northern Virginia
    Posts
    8,904
    Thanks
    54
    Thanked 386 Times in 370 Posts
    In Tiger click on the SpotLight Icon (The blue icon in the top left corner) and enter the name of the program you want.

    Another way is to download the shareware Launchbar or the freewares Butler or QuickSilver. Any of these should fit your need.

    For a Terminal script to launch programs fast read this hint. For a quick HowTo read this.
    Last edited by Satcomer; September 22nd, 2007 at 02:33 AM.
    Mac Pro Dual 2.8 Quad (2nd gen), 14G Ram, Two DVD-RW Drives, OS X 10.8.3
    2006 Mac Book Pro 2.16 (first Gen) OS X 10.7.4
    2TB Time Capsule, 2 TB
    32G iPhone 4S Black, iPad (3rd Gen) 32G Black

  3. #3
    chevy's Avatar
    chevy is offline Maverlous Da Vinci
    Join Date
    Nov 2001
    Location
    Inside the black box, CH
    Posts
    4,027
    Thanks
    3
    Thanked 13 Times in 13 Posts
    Here is how to launch Terminal from Terminal...
    /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal &

    Launch Chess:
    /Applications/Chess.app/Contents/MacOS/Chess &
    My current machine is an iMac Core 2 Duo 2.16 GHz 24" and a MacBook Pro 13" with MacOS X 10.6. My oldest Apple was born in 1977.
    GS/P/>SS d-(++) s+: a+ C+(C) U* P L+ E--- W++ N- o+ K? w O-- M++ V PS+ PE+ Y- PGP t+ 5 X+ R tv-- b+++ DI++ D+ G e+++ h---- r+++ y?
    Time is not changing, I'm just traveling through time.

  4. #4
    Perishingflames is offline Registered User
    Join Date
    Nov 2006
    Posts
    162
    Thanks
    1
    Thanked 1 Time in 1 Post
    Yes, I figured that part out quite easily, but I wanted it to have the same effect as typing that stuff into windows run application. Basically what it does for windows is also loads the program (application) and then it executes the "-test interiorname.dif. So obviously macs do not have an exe, so it has to have a file somewhere where I can direct it to to get that result..

  5. #5
    chevy's Avatar
    chevy is offline Maverlous Da Vinci
    Join Date
    Nov 2001
    Location
    Inside the black box, CH
    Posts
    4,027
    Thanks
    3
    Thanked 13 Times in 13 Posts
    If you know Unix syntax, you can use it freely (and it is very complete). But most Mac applications are not built to exploit that easily. So the system is compatible, the applications not.

    For automatization, you should try to exploit Automator. Did you check its documentation ?
    My current machine is an iMac Core 2 Duo 2.16 GHz 24" and a MacBook Pro 13" with MacOS X 10.6. My oldest Apple was born in 1977.
    GS/P/>SS d-(++) s+: a+ C+(C) U* P L+ E--- W++ N- o+ K? w O-- M++ V PS+ PE+ Y- PGP t+ 5 X+ R tv-- b+++ DI++ D+ G e+++ h---- r+++ y?
    Time is not changing, I'm just traveling through time.

  6. #6
    Perishingflames is offline Registered User
    Join Date
    Nov 2006
    Posts
    162
    Thanks
    1
    Thanked 1 Time in 1 Post
    I just thought that if I typed:
    "MBA\Contents\MacOS\MarbleBlast Gold" -test (interiorName).dif

    then it would work because I am directing it to the unix executable it would be like an exe for windows, but it doesn't seem to. Am I using my backward/forward slashes right? BTW it gives me: "-bash: MBA\Contents\MacOS\MarbleBlast Gold: command not found" when I type that into the terminal.

    Interestingly enough, when I type it with "/" slashes it gives me an arrow on the new line it makes.


    So, any ideas how to do this?

  7. #7
    Perishingflames is offline Registered User
    Join Date
    Nov 2006
    Posts
    162
    Thanks
    1
    Thanked 1 Time in 1 Post
    Problem solved, the command was this:

    "Documents/MBA.app/Contents/MacOS/MarbleBlast Gold" -test movingplatform_test.dif

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •