-
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
-
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.
-
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..
-
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
-
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.