Hybrid View

  1. #1
    Senior Member User Gallery
    Join Date
    Jun 2003
    Location
    Hawaii,USA
    Posts
    1,765

    Default Dos commands

    Hi

    Can Zscripts issue dos commands?
    If so can the dos commands have command line arguments? (-h or/h or\h)

    I am trying to execute and external dos command from Zbrush to load a text file into GNU Aspell (Free open source spellchecker).

    the command would be something like,

    Aspell textfilename.txt

    after the command is issued i am going to have the script re-load the text file into the Zbrush notepad...
    this would be cool to add to marcus Notepad Zscript too!

    actualy the command would be something like
    ..\program files\aspell\aspell TextFileNameHere.txt

    well,,, I guess i can set Aspell global enviornment variable, so that Aspell is in my path=
    For Hire.

  2. #2
    Senior Member User Gallery
    Join Date
    Apr 2001
    Location
    In the Ozone
    Posts
    2,280

    Default

    When we get access to the Zscript SDK and are able to link Zscripts with calls to a dll you will be able to write such an animal. Hopefully this information will be available after the next release.

    Meanwhile, it is possible to write to a file with Zscripts which then you could externally open that file in another program.

  3. #3
    Senior Member User Gallery
    Join Date
    Jun 2003
    Location
    Hawaii,USA
    Posts
    1,765

    Default

    Great, thanks Digits

    cant wait for the SDK release... I bet there are a bunch of other useful utilitys launched when this happens

    Have a good day
    For Hire.

  4. #4
    Senior Member User Gallery
    Join Date
    Nov 2004
    Location
    Ohio
    Posts
    1,774

    Default

    So you can't call out to external functions in a dll yet?

    Bummer. That sort of ruins my plans for a 3dZText plugin.
    Long dead links removed...

Posting Permissions

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