home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNET 2006 September - Disc 1
/
PCNET_CD_2006_09.iso
/
shareware
/
autoit-v3-setup.exe
/
Examples
/
Helpfile
/
IsObj.au3
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-17
|
190 b
|
7 lines
$oShell = ObjCreate("shell.application")
if not IsObj($oShell) then
Msgbox(0,"Error","$oShell is not an Object.")
else
Msgbox(0,"Error","Successfully created Object $oShell.")
endif