Jump to content

mond

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About mond

mond's Achievements

0

Reputation

  1. Paste "cmdlines.txt network drive" into a Google search. The first two hits document using CMDLINES.TXT to map a network drive. While I'm not saying those 2 sources of information are infallible, seeing it documented lends credence to the fact that you can, in fact, access the network at that stage of the install. Of course, they could be wrong just as easily!
  2. I have the following 2 lines in my CMDLINES.TXT : ".\NET USE V: \\MYPDC\INSTALL /USER:MYDOMAIN\someuser user123 /PERSISTENT:NO" "V:\cmdfolder\runonceex.cmd" I'm basically trying to allow the RunOnceEx population to occur from a network drive so I can change the setup if needed without having to burn new media. However, once the setup has rebooted, no commands are executed upon first login. Is there any way for me to tell why this is failing? Once logged in I can actually run both of these commands from a command line and watch them execute properly, so I know that the syntax is correct. I've also tried the "net use" statement without the preceding '.\' and in a separate .cmd file, both without success. Any suggestions from someone that has been able to do the same?
×
×
  • Create New...