Hello, Vagrant is a console utility so the way you use it is in a Command Prompt. Try running "vagrant -v" again, it should print out "Vagrant 1.4.3" before it returns you to a prompt. The other vagrant commands such as "vagrant up", "vagrant provision", and "vagrant destroy" will also behave this way. You may want to read up on the vagrant command line interface if you have not already:
http://docs.vagrantup.com/v2/cli/index.html I hope this helps! Douglas William Thrift <[email protected]> <http://douglasthrift.net/> On 2/17/2014 3:52 PM, Nolan Madson wrote: > I'm attempting to install Vagrant 1.4.3 on Windows 7 Professional. It > appears to be installed, but when I click on the program icon for > vagrant what appears to be a DOS window opens, displays some text and > closes before I can see what the text says. I tried running as > Administrator, with the same results. I'd read a post online about > using the command "vagrant -v", so I opened a Cmd window and entered > that command string. Nothing happened. I was just brought back to the > C:\ prompt. (Vagrant is installed on the D:\ drive.) > > I didn't see this exact problem posted here. Can anyone give me any > pointers as to how to go about trouble-shooting this issue? > > TIA, > Nolan > > -- > You received this message because you are subscribed to the Google > Groups "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
