Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Executable files

    SDK Help
    0
    3
    404
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 02/05/2003 at 01:20, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.000 
      Platform:   Windows  ;   
      Language(s) :   C.O.F.F.E.E  ;

      ---------I've got another problem, maybe u can help me ...
      var filename = GetGetRootFilename();
      filename->RemoveLast();
      filename->Add("my.exe");
      GeExecuteFile( filename );
      That works, but now I want to execute the my.exe with parameters
      (like "my.exe /helloworld")
      But by appending a " /helloworld" to the path, nothing happens. How can
      I execute the file with a parameter ?
       
      THX TamarilloDAN

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 02/05/2003 at 08:43, xxxxxxxx wrote:

        Try GeExecuteProgram(). If that doesn't work, then I think it's impossible.

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 02/05/2003 at 08:51, xxxxxxxx wrote:

          thanks, that's it.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post