Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


imanewbe

22 posts

Geek


#58057 5-Mar-2010 15:32
Send private message

I am trying to open a file from a batch file but i am having some trouble.

I can open a file if the file path name doesn't have any spaces in it but it does. So what i tried was putting quotes around the path but then that just opened another comand prompt.

Example:
I tried:
start C:\Program Files\Microsoft Office\OFFICE11\WINWORD.exe
didn't work because of the spaces

start "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.exe"
opened another comand prompt

Any ideas on what to do.

Create new topic
nutbugs
272 posts

Ultimate Geek
+1 received by user: 47

Lifetime subscriber

  #304835 5-Mar-2010 16:09
Send private message

Try start "C:\Program Files\Microsoft Office\OFFICE11" WINWORD.exe



imanewbe

22 posts

Geek


  #304882 5-Mar-2010 19:11
Send private message

Cheers. That worked. I am now trying to open a setup file. But it wont work

I tried start "C:\Basic Installs" VLC.exe
but that didn't work.

I have the VLC.exe setup file in C:\Basic Installs directory.

any ideas on that?

JonC
425 posts

Ultimate Geek


  #305077 6-Mar-2010 21:02
Send private message

imanewbe: Cheers. That worked. I am now trying to open a setup file. But it wont work

I tried start "C:\Basic Installs" VLC.exe
but that didn't work.

I have the VLC.exe setup file in C:\Basic Installs directory.

any ideas on that?


Try start /D"C:\Basic Installs" VLC.exe

The /D sets the starting directory.




imanewbe

22 posts

Geek


  #305245 7-Mar-2010 18:56
Send private message

Try start /D"C:\Basic Installs" VLC.exe

The /D sets the starting directory.

Sweet. I tried that and it worked, kind of. It works when i write
start /D"C:\Basic Installs" VLC.exe

but not when i write
start /D"C:\Basic Installs" "VLC.exe"

This just opens up another comand prompt.

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.