Jump to content

dorkino

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About dorkino

dorkino's Achievements

0

Reputation

  1. Everything in the $1 folder gets copied to %SystemDrive% during install. %SystemDrive% is whatever drive Windows was installed to (Usually C:). Likewise, anything placed in the $$ folder gets placed into the %SystemRoot% directory (usually C:\Windows). Also: $Prog = Program Files $Docs = Documents and Settings Personally, I place all apps and drivers to be installed in $1. These get copied to the root of C: (for me), however that's not really an issue since I run a cleanup.cmd script at the end of installation that deletes all the directories created (RD /S /Q c:\installs, RD /S /Q C:\drivers, etc.)
×
×
  • Create New...