Pytanie : Jak I dodawać mój mój atrybut z powrotem z .vb pismo

Cześć -

I am być atrybut z powrotem kartoteka przez vbscript, ale I dostawać zaklopotany atrybut który I móc i z nadzieją być łatwy. Gdy ty móc od mój kod odrzynek, I najpierw usuwać the najpierw położenie che praca karać grzywną ale po tym jak I zrobić z the kartoteka, I próbować the re-add the najpierw atrybut z powrotem i ono właśnie work.

What być I źle?

Thanks,
Jim
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
On Błąd Życiorys Następnie
Const ForReading = (1), ForWriting = 2, ForAppending = 8
Ustalony WshShell = WScript.CreateObject ("WScript.Shell")
Set FSO = CreateObject ("Scripting.FileSystemObject")

'Zmienny Deklaracja
ProgramFiles = WshShell.ExpandEnvironmentStrings ("%ProgramFiles%")
SystemDrive = WshShell.ExpandEnvironmentStrings ("%SystemDrive%")
SystemRoot = WshShell.ExpandEnvironmentStrings ("%SystemRoot%")
AllUsersProfile = WshShell.ExpandEnvironmentStrings ("%ALLUSERSPROFILE%")
ScriptFullName = WScript.ScriptFullName
ScriptName = WScript.ScriptName
InstallDir = (ScriptFullName, Len (ScriptFullName) - Len (ScriptName) - (1)) & "\"
WshShell.CurrentDirectory = InstallDir 
ManagedMarker=InstallDir & "\ Success.txt"
CfgXML= " Configuration.xml "
CfgXMLbkp= " configuration1.old "
CfgXMLPath= " \ Podaniowy Dane \ Cisco \ Cisco Bezpiecznie Usługa Klient \ system \ "

'Tworzyć Logfile
Ustawiać InstLogFile = fso.CreateTextFile (ScriptFullName & ". Notować", Prawdziwy)
InstLogFile.WriteLine Teraz () & "Zaczynać Instalacja """ & ScriptFullName & """."


Jeżeli fso.fileexists (AllUsersProfile & CfgXMLPath & CfgXML) Wtedy
	'archiwum kartoteka
	Ustalony objFile = FSO.GetFile (AllUsersProfile & CfgXMLPath & CfgXML)

	Jeżeli objFile.Attributes I (1) Wtedy
	    objFile.Attributes = objFile.Attributes = (0)
	Kończyć Jeżeli

	InstLogFile.WriteLine Teraz () & "Zakładać "Configuration.xml" w Allusers ścieżka.  Popierać ono popierać."
	fso.CopyFile AllUsersProfile & CfgXMLPath & CfgXML, AllUsersProfile & CfgXMLPath & CfgXMLbkp
	
	'odbitkowy nowy kartoteka
	InstLogFile.WriteLine Teraz () & "/Nowy "Configuration.xml"."
	fso.deletefile AllUsersProfile & CfgXMLPath & cfgXML
	fso.copyfile InstallDir & cfgxml, AllUsersProfile & CfgXMLPath & cfgXML

	Jeżeli objFile.Attributes I (0) Wtedy
	    objFile.Attributes = objFile.Attributes = (1)
	Kończyć Jeżeli
Inny
	InstLogFile.WriteLine Teraz () & ""Configuration.xml" znajdować.  CSSC instalować."

Kończyć Jeżeli

InstLogFile.writeline teraz () & "Instalacja """ & ScriptFullName & """ Kończyć."
InstLogFile.Close ()
Ustalony InstLogFile = Nic

Set FSO = Nic
Ustalony WshShell = Nic

Odpowiedź : Jak I dodawać mój mój atrybut z powrotem z .vb pismo

Spojrzenie jak twój składnia być właśnie daleko trochę.  Próbować ten kod.
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
Na Błąd Wznawiać Następnie
Const ForReading = (1), ForWriting = 2, ForAppending = 8
Ustalony WshShell = WScript.CreateObject ("WScript.Shell")
Set FSO = CreateObject ("Scripting.FileSystemObject")

'Zmienny Deklaracja
ProgramFiles = WshShell.ExpandEnvironmentStrings ("%ProgramFiles%")
SystemDrive = WshShell.ExpandEnvironmentStrings ("%SystemDrive%")
SystemRoot = WshShell.ExpandEnvironmentStrings ("%SystemRoot%")
AllUsersProfile = WshShell.ExpandEnvironmentStrings ("%ALLUSERSPROFILE%")
ScriptFullName = WScript.ScriptFullName
ScriptName = WScript.ScriptName
InstallDir = (ScriptFullName, Len (ScriptFullName) - Len (ScriptName) - (1)) & "\"
WshShell.CurrentDirectory = InstallDir 
ManagedMarker=InstallDir & "\ Success.txt"
CfgXML= " Configuration.xml "
CfgXMLbkp= " configuration1.old "
CfgXMLPath= " \ Podaniowy Dane \ Cisco \ Cisco Bezpiecznie Usługa Klient \ system \ "

'Tworzyć Logfile
Ustawiać InstLogFile = fso.CreateTextFile (ScriptFullName & ". Notować", Prawdziwy)
InstLogFile.WriteLine Teraz () & "Zaczynać Instalacja """ & ScriptFullName & """."


Jeżeli fso.fileexists (AllUsersProfile & CfgXMLPath & CfgXML) Wtedy
	'archiwum kartoteka
	Ustalony objFile = FSO.GetFile (AllUsersProfile & CfgXMLPath & CfgXML)

	Jeżeli objFile.Attributes I (1) Wtedy
	    objFile.Attributes = objFile.Attributes - (1)
	Kończyć Jeżeli

	InstLogFile.WriteLine Teraz () & "Zakładać "Configuration.xml" w Allusers ścieżka.  Popierać ono popierać."
	fso.CopyFile AllUsersProfile & CfgXMLPath & CfgXML, AllUsersProfile & CfgXMLPath & CfgXMLbkp
	
	'odbitkowy nowy kartoteka
	InstLogFile.WriteLine Teraz () & "/Nowy "Configuration.xml"."
	fso.deletefile AllUsersProfile & CfgXMLPath & cfgXML
	fso.copyfile InstallDir & cfgxml, AllUsersProfile & CfgXMLPath & cfgXML

	Jeśli nie objFile.Attributes I (1) Wtedy
	    objFile.Attributes = objFile.Attributes + (1)
	Kończyć Jeżeli
Inny
	InstLogFile.WriteLine Teraz () & ""Configuration.xml" znajdować.  CSSC instalować."

Kończyć Jeżeli

InstLogFile.writeline teraz () & "Instalacja """ & ScriptFullName & """ Kończyć."
InstLogFile.Close ()
Ustalony InstLogFile = Nic

Set FSO = Nic
Ustalony WshShell = Nic
Inne rozwiązania  
 
programming4us programming4us