How i can get path of StratUp folder??
i m really didn't have any idea for this.

please help me.
any help will be appreciated.

Recommended Answers

All 6 Replies

why you must get startup path??what you want to do?

i just want to run my application when windows start.

please help me, i don't have idea for this. i know that it can be to write key on registry but i want to get startup folder.
thanks before...

see this following code :

Dim mShell
Set mShell = CreateObject("WScript.Shell")
txtPath  = mShell.SpecialFolders("Startup")

Hope this helps..

commented: thank you very much +1

great :)
its works wonderful.
thank you very much jx_man :D

you're welcome ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.