Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: andrum94 pe Simpatie.ro
| Femeie 24 ani Galati cauta Barbat 27 - 80 ani |
|
TRaP
Moderator
Inregistrat: acum 6 ani
Postari: 787
|
|
strDesktop will be the desktop folder path of your current (logged in) user profile, eg:
C:\Users\TRaP\Desktop
set WshShell = WScript.CreateObject("WScript.Shell") strDesktop = WshShell.SpecialFolders("Desktop") |
Source:
* * * *
A different approach would be just to get the user profile then type the desired folder manually:
Set oShell = CreateObject("WScript.Shell") strHomeFolder = oShell.ExpandEnvironmentStrings("%USERPROFILE%") strHomeFolder = strHomeFolder & "\Desktop" |
Source:
|
|
pus acum 3 ani |
|