home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 51
/
Amiga_Dream_51.iso
/
Atari
/
Desktops
/
nodsk302.lzh
/
DESK.NDS
< prev
next >
Wrap
Text File
|
1994-08-30
|
319b
|
17 lines
set cnfdir = "CNF\"$screenw"x"$screenh"."$ncolors
if (! -e "~\"$cnfdir) then
if ($ncolors >= 16) then
cp -Rn ~\CNF\640x480.16 "~\"$cnfdir
else
cp -Rn ~\CNF\640x400.2 "~\"$cnfdir
endif
endif
set deskfile = $cnfdir"\DESK.NDS"
set initfile = $cnfdir"\INIT.NDS"
unset cnfdir
cd ~
source $deskfile