OK, I am not Korean; however, I am a United States soldier over here in South Korea. I have a portion of my script that is not working right and would like some input.
When my script (a backup script) gets to a file that is named with Korean Characters, I received the below error.
My code is below as well.
What I want is a way to list the filename [in a log file] after it copied the file; any suggestions?
---Error---
8/1/2008 12:18:04 PM: There was an error.
Error Description: Invalid procedure call or argument
Error Number: 5
Error Source: Microsoft VBScript runtime errorError
---Code---
strLogFileName = objFile.Name
LogIt("Backed up file # " & intFileCount & " " & RepSource & "\" & strLogFileName)
Set strLogFileName = Nothing
V/r,
SPC Key
United States Army
When my script (a backup script) gets to a file that is named with Korean Characters, I received the below error.
My code is below as well.
What I want is a way to list the filename [in a log file] after it copied the file; any suggestions?
---Error---
8/1/2008 12:18:04 PM: There was an error.
Error Description: Invalid procedure call or argument
Error Number: 5
Error Source: Microsoft VBScript runtime errorError
---Code---
strLogFileName = objFile.Name
LogIt("Backed up file # " & intFileCount & " " & RepSource & "\" & strLogFileName)
Set strLogFileName = Nothing
V/r,
SPC Key
United States Army