Skip navigation
lozandier
Currently Being Moderated

How to Set up Dreamweaver CS6 to be Accessible from the Command Prompt (Windows 7 or 8)

Aug 6, 2012 7:32 PM

Tags: #windows #cs6 #windows8 #windows7 #dos #dreamweaver_cs6

I'm currently attempting to be able to access files through Dreamweaver from the command prompt such that I can open applicable files with Dreamweaver through the command line of windows whenever I do my Ruby, Git, or Node development.

 

How can I do such? I'm certain you can and it's not necessarily a restriction that's possile for such a thing....

 
Replies
  • Currently Being Moderated
    Aug 7, 2012 4:00 AM   in reply to lozandier

    If Dreamweaver is the default program for the file type, you can do it with "start" like this:

     

    start C:\xampp\htdocs\testing\fluid.css

     

    See http://frank.zinepal.com/open-a-file-in-the-default-application-using. There are also some useful hints in the comments.

     

    If Dreamweaver isn't the default program for the file type, you need to go into the Dreamweaver directory (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6). You can then type the following at the Command Prompt:

     

    dreamweaver C:\xammp\htdocs\testing\calc.html

     

    To avoid having to change directories, you could probably add Dreamweaver CS6 to the Windows PATH.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 7, 2012 3:32 PM   in reply to lozandier

    lozandier wrote:

     

     

    I'm having trouble understanding how to add Dreamweaver to my Windows path, what are straight forward resources of doing that (I've had trouble finding the correct way of querying  for a solution  via Google)

    In Windows 7:

     

    1. Start > Control Panel.
    2. Select System (or System and Security depending on how Control Panel displays).
    3. In the left column, select Advanced System Settings.
    4. In the panel that opens, click Environment Variables (at the bottom of the Advanced tab).
    5. In the bottom pane (System variables), select Path.
      windows_path.jpg
    6. Click the Edit button.
    7. In the dialog box that opens, scroll to the end, and add a semicolon followed by the location of the Dreamweaver folder: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6.
    8. Click OK to close all of the dialog boxes.

     

    You might need to reboot for the new path to take effect.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (1)