Jump to content

trashy

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by trashy

  1. I modified the above batch script, and starting it with this vbs script, hides the command prompt window. hideme.vbs CreateObject("Wscript.Shell").Run "Import.bat",0,false I can Import network drivers in under 3 min. Place both scripts in same folder as program and point shortcuts to vbs script. Would still like to find a way to backup network drivers only.
  2. I use Win7BootUpdater.exe also, great program. I,ve created USB and hard drive based recovery partitions. NOT packed to wim. Use bootice and modify your bcd file. Check this info field Boot file: change from: \windows\system32\boot\winload.exe To: \windows\system32\winload.exe
  3. I use Win7BootUpdater.exe also, great program. I,ve created USB and hard drive based recovery partitions. NOT packed to wim. Use bootice and modify your bcd file. Check this info field Boot file: change from: \windows\system32\boot\winload.exe To: \windows\system32\winload.exe trying to delete one of these posts
  4. Win7PESE82 Build Model: Normal (not packed to wim). Im running from USB, all files extracted to root. This makes it easy to download antivirus updates etc... not having to append a wim file. Using PE Shutdown, not Windows standard, I can save files and folders on my desktop. I've even installed basic programs to my online PE build, create and delete shortcuts etc... Importing all drivers from host OS can be time consuming. I've been importing and installing lan drivers manually with smart driver backup Is it possible to configure dpinstL to import network drivers only, either with a cmd switch or xml. I've searched msdn, lots of info but nothing about my specific question. I know this switch dpinstL.exe /w (Import from Windows host OS). I've gotten creative and tried making up some of my own cmd switches with no success.Is what I'm asking possible or should I try a different approach or different software Any advice would be greatly appreciated. Thanks, Tom Came up with something better , still not the ideal solution but takes less than half the time. I made a small batch script for Double Driver. A great little program from BooZet. Double Driver The program has 2 parts, dd.exe, has full gui interface and ddc.exe for command line options. Not many command options, but easy enough for a dummy like me to figure out. Saves non microsoft drivers to an easy to understand structure of subfolders. Folders are named by catagoey, display, net, etc....That makes easy to points commands to exactly the desired drivers. Better still would be the ability to save only the network drivers, but I did cut my time way down. I have a very limitted knowlwedge of batch scripting and i can't type but I try. Most of what I,ve learned came from examples I find online or youtube tutorials. I work construction computers are a hobby. Anthow here's my shot at scripting. Import.bat @echo off Title Import Network Drivers From Host color 1f echo This Script will Import Network Drivers from the Host Operating System. echo. echo DO NOT CLOSE THIS WINDOW UNTILL PROCESS COMPLETES echo. echo Choose OS echo. RunScanner.exe /t 10 /cp /sd /ac /m+ /y ddc.exe b /target:"X:\driverbackup" Dpinst.exe /path "X:\driverbackup\Net" rmdir "X:\driverbackup" /s /q echo. echo Configure your LAN or Wireless Network echo. "X:\Program Files\PENetwork\PENetwork.exe" echo. Exit Help please, if you've got a better idea or can improve on mine let me know.
  5. Thank you very much for the reply. It was Vista (of course) works fine for Win7. Any options to manualy set as C. If it's not an easy answer,don't put yourself out (Vista's a pain). Love the new v2.2. I'm stuck on XP and it works perfect. I use both nLite and RVM_Integrator to tweak my installations. WinNTSetup The best hands down! Thanks again.
  6. I've been using winntsetup for a while with great results. New problem when installing Win7 or Vista. Mount Installation drive as,option is unavailable. Tried v2.1 with same results.I'm puzzled never had this happen before. Tried from inside xp win7 and pe with same results.
  7. Just the standard error message. Windows cannot find`imagex`. Make sure you typed the name correctly,and then try again. To search for a file, click the start button, and then click Search.
  8. tried run,error message Windows can`t find. double click on imagex and just catch a flash of command promt window. WAIK installed on 2 different machines,xp and vista both x86.
  9. Help please imagex won`t start opens and closes
×
×
  • Create New...