Jump to content

Unattended hangs at t12


Recommended Posts


Hi Viper999,

I don't know why it it hangs but here are some lines you should modify:

RunOnceEx.cmd

@echo off
cwnd /HIDE @

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

Change it to:

CMDOW @ /HID

@ECHO OFF

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

You change the resolution the following way:

REG ADD %KEY%\001 /VE /D "Changing Resolution..." /f
REG ADD %KEY%\001 /V 1 /D "%CDROM%\$OEM$\$$\system32\1365VidChng.exe 1280x1024x8@60 -q" /f

Why don't you use the "WINNT.SIF" file?

[Display]
Xresolution=1280
YResolution=1024
Vrefresh=60
AutoConfirm=1

What does this line in your "cmdlines.txt" file mean?

"ROE.exe 937"

Edited by HØLLØW
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...