phosix2k
19th October 2009 19:48 UTC
Question about one command
Well, i wanna know if exist a command like $SMPROGRAMS or $instdir but i want a command for extract a file in the computer rute "C:\Documents and Settings\"theuser"\Application Data\" where "theuser" will be the user name.
An other question, which is the command for make a folder?
Thanks alot.
phosix2k
19th October 2009 21:09 UTC
oh resolved, the command that i was lookin was $profile and i know now how to make a dir, but i cant find how to know if the Windows is in english or spanish...
redxii
19th October 2009 22:15 UTC
Use $APPDATA instead. If SetShellVarContext is set to currentuser (default unless you changed it) it will go to the user's profile (one running the setup).
The rest of the constants like $APPDATA are listed in the manual.