0% found this document useful (0 votes)
28 views1 page

Bats

The document outlines an installation script for a cursor scheme named 'BlackMamba'. It specifies the files to be copied, registry entries to be added, and the destination directories for the cursor files. The script includes definitions for various cursor animations used in the scheme.

Uploaded by

Gerry Boy Bailon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

Bats

The document outlines an installation script for a cursor scheme named 'BlackMamba'. It specifies the files to be copied, registry entries to be added, and the destination directories for the cursor files. The script includes definitions for various cursor animations used in the scheme.

Uploaded by

Gerry Boy Bailon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

[Version]

signature="$CHICAGO$"

[DefaultInstall]
CopyFiles = Scheme.Cur,
AddReg = Scheme.Reg

[DestinationDirs]
Scheme.Cur = 10,"%CUR_DIR%"
Scheme.Txt = 10,"%CUR_DIR%"

[Scheme.Reg]
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,
%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\
%Cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%Unavailiable%,
%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\
%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%"

; -- Common Information

[Scheme.Cur]
"Arrow.ani"
"Help.ani"
"AppStarting.ani"
"Wait.ani"
"cross.ani"
"IBeam.ani"
"Handwriting.ani"
"NO.ani"
"SizeNS.ani"
"SizeWE.ani"
"SizeNWSE.ani"
"SizeNESW.ani"
"SizeAll.ani"
"UpArrow.ani"
"Hand.ani"

[Strings]
CUR_DIR = "Cursors\BlackMamba"
SCHEME_NAME = "BlackMamba"
pointer = "Arrow.ani"
help = "Help.ani"
work = "AppStarting.ani"
busy = "Wait.ani"
cross = "cross.ani"
text = "IBeam.ani"
hand = "Handwriting.ani"
unavailiable = "NO.ani"
vert = "SizeNS.ani"
horz = "SizeWE.ani"
dgn1 = "SizeNWSE.ani"
dgn2 = "SizeNESW.ani"
move = "SizeAll.ani"
alternate = "UpArrow.ani"
link = "Hand.ani"

You might also like