User Tag List

Results 1 to 5 of 5

Thread: help

  1. #1
    No Products Registered

    Join Date
    Dec 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    help

    I`m looking for a tuto, example, text, whatever.. of console or pipe object..
    I can`t put it to work =(
    I know about prompt command but when I try to use it on mmf with console or pipe object nothing happens..
    e.g. comand :
    attrib +h c:\folder1\file.ini

    it just doesnt work

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: help

    Are you running this command in a batch file?

    Try reading this: http://commandwindows.com/batch.htm

    Open a command prompt windows and test you command.

    After reading this then try using console object. I believe the pipe action of it with your command.

  3. #3
    No Products Registered

    Join Date
    Dec 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: help

    tks.
    I know how to use pronpt and batch file, my problem is run it from MMF2. Pipe object and console object just doesnt work.
    No one has help file.. I searched all the forum and get no where.. at google I can`t find an example or help too
    I don`t know what to do..

  4. #4
    No Products Registered

    Join Date
    Dec 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: help

    Just to exaplin better, it doesnt work when I run a command, I have to run the command in a batch file and then run from mmf..
    I think I will give up. Running from a batch file isnt a bad idea
    Tks

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: help

    I believe in the special object you can run an external program. So you should be able to run the batch file command. Should be something line cmd.exe "attrib +h <filename>"

    You many need to added the drive and path to cmd.exe if you path variables are not set.

Posting Permissions

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