home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
tema
/
bootman
/
download
/
pm
/
data1.cab
/
PMFBW
/
AUTOEXEC.BAT
next >
Wrap
DOS Batch File
|
2001-01-30
|
2KB
|
76 lines
@echo off
set LETTER=z:
if EXIST z:\NUL goto ramfound
set LETTER=y:
if EXIST y:\NUL goto ramfound
set LETTER=x:
if EXIST x:\NUL goto ramfound
set LETTER=w:
if EXIST w:\NUL goto ramfound
set LETTER=v:
if EXIST v:\NUL goto ramfound
set LETTER=u:
if EXIST u:\NUL goto ramfound
set LETTER=t:
if EXIST t:\NUL goto ramfound
set LETTER=s:
if EXIST s:\NUL goto ramfound
set LETTER=r:
if EXIST r:\NUL goto ramfound
set LETTER=q:
if EXIST q:\NUL goto ramfound
set LETTER=p:
if EXIST p:\NUL goto ramfound
set LETTER=o:
if EXIST o:\NUL goto ramfound
set LETTER=n:
if EXIST n:\NUL goto ramfound
set LETTER=m:
if EXIST m:\NUL goto ramfound
set LETTER=l:
if EXIST l:\NUL goto ramfound
set LETTER=k:
if EXIST k:\NUL goto ramfound
set LETTER=j:
if EXIST j:\NUL goto ramfound
set LETTER=i:
if EXIST i:\NUL goto ramfound
set LETTER=h:
if EXIST h:\NUL goto ramfound
set LETTER=g:
if EXIST g:\NUL goto ramfound
set LETTER=f:
if EXIST f:\NUL goto ramfound
set LETTER=e:
if EXIST e:\NUL goto ramfound
set LETTER=d:
if EXIST d:\NUL goto ramfound
set LETTER=c:
if EXIST c:\NUL goto ramfound
set LETTER=b:
if EXIST b:\NUL goto ramfound
set LETTER=a:
if EXIST a:\NUL goto ramfound
:ramfound
copy a:*.* %LETTER%
set COMSPEC=%LETTER%\command.com
%LETTER%
%LETTER%\PMPACK.EXE
if NOT EXIST A:\layout.cfg goto nolout1
copy A:\layout.cfg %LETTER%\
:nolout1
mouse
PM.EXE /FF 'script.txt 'script.out
if NOT EXIST %LETTER%\layout.cfg goto nolout2
copy %LETTER%\layout.cfg A:\
:nolout2
if NOT EXIST %LETTER%\script.out goto noscout
copy %LETTER%\script.out A:\
:noscout
cls
echo Remove the diskette and reboot the computer.