Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien

[Script] "Systeemmappen" vinden door %mapnaam% te gebruiken

Pagina: 1
Acties:

  • demasterbaas
  • Registratie: Maart 2006
  • Laatst online: 20-11 10:24
Ik ben met een scriptje bezig wat een installatie over het netwerk uitvoerd, alleen nu zijn er nogal wat verschillende PC's in gebruik. Ook Engels en Nederlands door elkaar.

Ik heb dus iets nodig waarmee ik naar bepaalde Windows mappen (Start Menu en Bureaublad van account "All Users", program files en Windows map) kan installeren.

Ik heb weleens gezien dat je die mappen kan benaderen door een soort universele naam te gebruiken die er als %mapnaam% of zoiets uitziet. Wie weet waar ik een lijstje kan vinden met alle in Windows beschikbare mappen die deze functie? Ik heb me suf gegoogled maar weet niet echt waar ik op moet zoeken!

  • TheLunatic
  • Registratie: April 2001
  • Laatst online: 16-08 21:48

TheLunatic

Ouwe boxen.

Bron
%ALLUSERSPROFILE%
Location of the All Users Profile, typically something like C:\Documents and Settings\All Users See %USERPROFILE%.
%APPDATA%
Location where applications store their data.
%CD%
Current directory.
%CLIENTNAME%
%CMDCMDLINE%
The exact command line used to start the current cmd.exe.
%CMDEXTVERSION%
Version number of the current Command Processor Extensions.
%CommonProgramFiles%
%COMPUTERNAME%
The name of the computer.
%ComSpec%
The path to the command shell executable (for example: C:\WINDOWS\system32\cmd.exe)
%DATE%
The current date as formatted by the date /t command.
%ERRORLEVEL%
The error code of the most recently executed command. A value different from zero usually indicates an error.
%FP_NO_HOST_CHECK%
%HOMEDRIVE%
The user's home directory's drive letter.
%HOMEPATH%
The path to the user's home directory (without %HOMEDRIVE).
%HOMESHARE%
The network path to the user's shared home directory.
%LOGONSERVER%
The name of the domain controller that validated the current logon session.
%NUMBER_OF_PROCESSORS%
The number of processors available.
%OS%
The name of the operating system (for example Windows_NT).
%PATH%
The paths separated by semicolons used to search executable files.
%PATHEXT%
List of file extensions that are considered to be executable.
%PROCESSOR_ARCHITECTURE%
The chip architecture of the processor. Possible values: x86 and IA64.
%PROCESSOR_IDENTFIER%
Description of the processor (for example: x86 Family 6 Model 9 Stepping 5, GenuineIntel).
%PROCESSOR_IDENTIFIER%
%PROCESSOR_LEVEL%
The model number of the processor (for example: 6).
%PROCESSOR_REVISION%
The revision number of the processor (for example: 0905).
%ProgramFiles%
%PROMPT%
The command prompt settings for the current interpreter.
%RANDOM%
A Random decimal number between 0 and 32767.
%SESSIONNAME%
%SystemDrive%
The drive containing the Windows XP root directory (for example: C:).
%SystemRoot%
The location of the Windows XP root directory (for example: C:\WINDOWS).
%TEMP% and %TMP%
The default temporary directories that are used by applications. Some applications require TEMP and others require TMP.
%TIME%
the current time as returned by time /t.
%USERDOMAIN%
The name of the domain that contains the user's account.
%USERNAME%
The name of the currently logged on user.
%USERPROFILE%
The profile for the current user, typically something like C:\Documents and Settings\Rene (for User Rene). See %ALLUSERSPROFILE
%windir%
The location of the system directory (for example C:\WINDOWS)
Als je weet dat die dingen Environment Variables heten wordt het een stuk makkelijker ;)

Mother, will they like this song?


  • Zsub
  • Registratie: Juli 2006
  • Laatst online: 29-11 23:22
Overigens kan je op een willekeurige windows PC zien wat de waardes van al die dingen zijn door op de command line 'set' (zonder quotes) te typen en op enter te drukken ;)

  • McKaamos
  • Registratie: Maart 2002
  • Niet online

McKaamos

Master of the Edit-button

Zsub schreef op woensdag 18 februari 2009 @ 13:07:
Overigens kan je op een willekeurige windows PC zien wat de waardes van al die dingen zijn door op de command line 'set' (zonder quotes) te typen en op enter te drukken ;)
En het kan ook zonder typen door rechtermuisknop op My Computer -> Properties -> Tabblad Advanced -> knop Enviroment Variables
;)

Iemand een Tina2 in de aanbieding?


  • TheLunatic
  • Registratie: April 2001
  • Laatst online: 16-08 21:48

TheLunatic

Ouwe boxen.

Untrue, daar staan ze lang niet allemaal in. Sterker nog, juist die variabelen die TS zoekt staat er niet in.

Mother, will they like this song?


  • McKaamos
  • Registratie: Maart 2002
  • Niet online

McKaamos

Master of the Edit-button

Ah, jah, crap, je hebt gelijk...

Iemand een Tina2 in de aanbieding?


  • demasterbaas
  • Registratie: Maart 2006
  • Laatst online: 20-11 10:24
Oke tnx! Ga mn script ff finetunen!
Pagina: 1