Forum
Bginfoyu client makinelere dağıtırken hata alıyorum.Script çalıştırıken hata mesajı geliyor.Hata kodu 800A0408
Internetten baktım ama pek anlayamadım.
Ömer bey merhaba,
Dağıtım için kullandığınız komut nedir ?
Çünkü muhtemel komut setinde yanlış karakterler bulunuyordur.
The Cause of error 800A0408
Your VBScript contains an illegal character, often at the
beginning of a
line. It can happen if you copy the script from word, then paste
into
notepad. For example, to 'Rem out a line we need the apostrophe,
which is ASCII character 39; however if you paste from word you may get
ASCII 96 (Grave accent).
Note the clue Source: Microsoft VBScript compilation error,
this means a syntax error in your script.
The Solutions
Check the punctuation marks in your VBScript, particularly look out for apostrophes
and commas that do not display correctly. The reference to Line: 1 Char 1, means that the very first symbol
that is probably wrong.
Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************
Hakan Hocam,
Kullandığım Script aşağıdaki gibidir.
Set objShell = CreateObject(“Wscript.Shell”)
objShell.Run “\\Server2008\deploy\bginfo\bginfo.exe \\Server2008\deploy\bginfo\test.bgi /NOLICPROMPT /timer:0”, 1, True
Merhaba,
Script içeriğini bir notepad'a kopyalayıp, içeriğinde geçen üstten çift tırnakları silip tekrar yazarak kaydedin.
Kolay gelsin.