I've been typing a simple script, but i need it to copy itself into the startup folder. However,the path to the folder has spaces in it, and i've tried quoting it and double quoting, but nothing has worked. What's wrong with this script?
FileSystemObject.CopyFile "C:\Documents and Settings\keemstar\Desktop\dolpo.vbs", """C:\Documents and Settings"\keemstar\Start Menu\Programs\Startup"
NOTE that this isnt final, as it's been edited many times. I'm not even sure if this is the right command, but sources say it is. I know this is a stupid question, but I'd love it if someone could help.