I want details about dreamweaver on Mac
Hi everyone,
I am using dreamweaver on Mac. I want to use a command auto run dreamweaver Mac, Is it supported or not? I can't find any details about it, please help me.Â
Thanks. Â Â
Hi everyone,
I am using dreamweaver on Mac. I want to use a command auto run dreamweaver Mac, Is it supported or not? I can't find any details about it, please help me.Â
Thanks. Â Â
Hi Celena Howard
First of all, Yes command autorun is supported in Dreamweaver on Mac. You can do this in the following ways
First, you can make an autorun.inf file and put it in the project folder . You must edit this file in notepad and provide the target source which you want to run. For ex:Â
If you want any html to open, then write
[AUTORUN]
shellexecute=yourpage.htm.
Secondly if you want your project to autorun every time, you have to add parameter of "Autoplay" in the project and give it a value "TRUE".
You can find more info from here.
Hope this will solve your problem.
Thanks
Bennie