Code:
ERROR : unknown command [Sleeping]!
Script: C:\Documents and Settings\lionel\Bureau\KiX2010_450\KiX2010.450\kixtart.
kix
Line : 7


got this error when i try this one:
Code:

break on

if substr(@wksta,1,5) = "PTE07";
$retval = AddPrinterConnection("\\PTE0705A06\HP705")
$retval = SetDefaultPrinter("\\PTE0705A06\HP705")
?@error @serror
?Sleeping for 5 seconds.....
Sleep 5

endif



Any idea ?