Archive: Question about one command


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.


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...


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.