Jump to content

The space in Program Files


Recommended Posts

Hi-

I've just about got everything I want in my CD. Just having a problem with the google toolbar.

I have the Google folder in $Progs

But when I use this it doesnt work:

start /wait regsvr32.exe /s c:\Program Files\Google\GoogleToolbar1.dll

The dll file is there however.

If I put the Google folder in $1 and use this:

start /wait regsvr32.exe /s c:\Google\GoogleToolbar1.dll

It works perfectly.

So this works but its ugly. I want it in the Program Files directory.

I tried Program~

Program~Files

But neither of those worked?

What's the correct syntax for program files?

I run this from start.cmd

Thanks

Link to comment
Share on other sites


What glent mean is you forgot the quotes for the long file path.

Your command should look like this...

start /wait regsvr32.exe /s "c:\Program Files\Google\GoogleToolbar1.dll"

Hope this help

:)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...