Yes, its in corrects directory.
I hadn't thought about anit-virus stuff. I'll look into that, but i don't think so since it worked a few days ago.
ADDITION:
MAJOR BREAKTHROUGH i hope
Using regular IceCC command line i got it to read the text file but there are a lot of errors most of which not my fault. Here is the error list i got and the code-
C:\IceCC\modiscript.txt:34: warning: header is missing 'Unknown22' animation; as
suming [NONE]
C:\IceCC\modiscript.txt:34: warning: header is missing 'Unknown23' animation; as
suming [NONE]
C:\IceCC\modiscript.txt:34: warning: header is missing 'Unknown24' animation; as
suming [NONE]
C:\IceCC\modiscript.txt:34: warning: header is missing 'Burrow' animation; assum
ing [NONE]
C:\IceCC\modiscript.txt:34: warning: header is missing 'UnBurrow' animation; ass
uming [NONE]
C:\IceCC\modiscript.txt:34: warning: header is missing 'Unknown27' animation; as
suming [NONE]
C:\IceCC\modiscript.txt:47: error: unknown instruction opcode 'imgol'
C:\IceCC\modiscript.txt:49: error: unknown instruction opcode 'liftoffcondjmp'
C:\IceCC\modiscript.txt:96: warning: header Type 20 does not have 'Unknown23' an
imation; discarding
C:\IceCC\modiscript.txt:97: warning: header Type 20 does not have 'Unknown24' an
imation; discarding
C:\IceCC\modiscript.txt:98: warning: header Type 20 does not have 'Burrow' anima
tion; discarding
icecc: error: aborted due to syntax errors in C:\IceCC\modiscript.txt
CODE
# ----------------------------------------------------------------------------- #
# This is a decompile of the iscript.bin file 'data/scripts/iscript.bin'
# created on: Mon Sep 04 19:08:58 2006
# ----------------------------------------------------------------------------- #
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 292 IonCannon (neutral\ion.grp)
.headerstart
IsId 116
Type 27
Init IonCannonInit
Death IonCannonDeath
GndAttkInit IonCannonGndAttkInit
AirAttkInit IonCannonGndAttkInit
SpAbility1 [NONE]
GndAttkRpt IonCannonGndAttkInit
AirAttkRpt IonCannonGndAttkInit
SpAbility2 [NONE]
GndAttkToIdle IonCannonInit
AirAttkToIdle IonCannonInit
SpAbility3 [NONE]
Walking [NONE]
Other [NONE]
BurrowInit [NONE]
ConstrctHarvst [NONE]
IsWorking IonCannonIsWorking
Landing IonCannonInit
LiftOff [NONE]
Unknown18 [NONE]
Unknown19 IonCannonGndAttkInit
Unknown20 IonCannonUnknown19
Unknown21 [NONE]
.headerend
# ----------------------------------------------------------------------------- #
IonCannonInit:
playfram 0
goto IonCannonUnknown19
IonCannonUnknown19:
wait 125
goto IonCannonUnknown19
IonCannonDeath:
playsnd 7 # Misc\ExploLrg.wav
imgol 334 0 0 # TerranBuildingExplosionlarge (thingy\tBangX.grp)
wait 3
liftoffcondjmp local00
sprul11 273 0 0 # TerranBuildingRubblesmall (thingy\RubbleS.grp)
wait 1
end
local00:
wait 1
end
IonCannonGndAttkInit:
wait 1
goto IonCannonGndAttkInit
IonCannonIsWorking:
playfram 1
goto IonCannonInit
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 934 WarpGate (protoss\XwarpGat.grp)
.headerstart
IsId 406
Type 20
Init WarpGateInit
Death WarpGateDeath
GndAttkInit [NONE]
AirAttkInit [NONE]
SpAbility1 [NONE]
GndAttkRpt [NONE]
AirAttkRpt [NONE]
SpAbility2 [NONE]
GndAttkToIdle [NONE]
AirAttkToIdle [NONE]
SpAbility3 [NONE]
Walking [NONE]
Other [NONE]
BurrowInit [NONE]
ConstrctHarvst [NONE]
IsWorking WarpGateIsWorking
Landing WarpGateLanding
LiftOff [NONE]
Unknown18 [NONE]
Unknown19 WarpGateLanding
Unknown20 WarpGateLanding
Unknown21 WarpGateUnknown21
Unknown22 [NONE]
Unknown23 [NONE]
Unknown24 WarpGateLanding
Burrow [NONE]
UnBurrow [NONE]
Unknown27 WarpGateLanding
.headerend
# ----------------------------------------------------------------------------- #
WarpGateInit:
imgul 935 0 0 # WarpGateShad (protoss\pwgShad.grp)
playfram 0
goto local00
local00:
wait 125
goto local00
WarpGateDeath:
playsnd 7 # Misc\ExploLrg.wav
imgol 215 0 0 # ProtossBuildingExplosionLarge (thingy\tBangX.grp)
wait 3
sprul11 224 0 0 # ProtossBuildingRubbleLarge (thingy\PRubbleL.grp)
wait 1
end
WarpGateIsWorking:
playfram 0
goto WarpGateLanding
WarpGateLanding:
imgol 936 0 0 # WarpGateOverlay (protoss\XwarpFir.grp)
goto local00
WarpGateUnknown19:
playfram 0
goto WarpGateUnknown19
WarpGateUnknown21:
imgol 172 0 0 # GatewayWarpFlash (protoss\gateway.grp)
goto WarpGateLanding
Can someone please help because i think some of those are valid commands