I want details about dreamweaver on Mac

Asked By 40 points N/A Posted on -
qa-featured

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.   

SHARE
Answered By 20 points N/A #132465

I want details about dreamweaver on Mac

qa-featured

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

Related Questions