Recent content by Turge

  1. T

    Windows Command Line Help

    You're right. Batch files are so much more evolved. :roll: Do you care to back that up with anything? If you don't need a GUI, and need a reliable language to perform quick/administrative tasks, then VB or JS are definately the language of choice on the Windows platform. Throw it into an HTA...
  2. T

    How often do you reformat your computer?

    My main PC is also a Media Center PC with a tuner, etc. so whenever I start having driver, codec, etc. issues with the PC, I reinstall Windows. This is why I have streamlined my process. I setup a RIS server on my Server 2003 box. With it, I can PXE network boot any of my PCs, and WinPE...
  3. T

    Windows Command Line Help

    It does.. Windows Script Host, or VB Scripting. Copy and paste the following into a text file with the extension ".VBS" and double-click it Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder("c:\") Set colFiles = objFolder.Files Const ForAppending =...
  4. T

    RIS 'RIPREP' Image and WinPE

    I'm a long time reader, but first time poster. Some background: I currently have a RIS server running on Server 2003 which contains a few images: WinPE 2005 image which I'll call WINPE XP PRO 'riprepped' image which I'll call XP-RIPREP XP PRO unattended install which I'll call...