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....
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.
The latter is what I had in mind; I attempted to do the very same thing you suggested with the command prompt with no luck for some strange reason with all the command prompts variants I wish to use dreamweaver with (Commany Prompt with Ruby, Command Prompt with Node, and etc) .
Using the 'start' command with the 'dir' command to locate the desired file has worked for me, but I've had trouble actually using the aforementioned you mentioned of 'dreamweaver C:\xammp\htdocs\testing\filename.php working. I have the same folder structure currentling working with XAMP.
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)
P.S: I'm honored to have a question answered by you Mr. Powers, your PHP books have been extraordinarily helpful over the past year...
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:

You might need to reboot for the new path to take effect.
North America
Europe, Middle East and Africa
Asia Pacific