Originally Posted By: Jooel
hmm...
couldn't find one in the UDF lib either. odd.

anyways, here is one:
Code:
function UnicodeToAscii($inputFile, $outputFile)
 Shell '%compsec% /C type "' + $inputFile + '" > "' + $outputFile + '"'
endfunction


Ok i tried it like this:

Code:
 
$BDate 		= "15"
$BMonth 		= "May"
$Location		= ""


UnicodeToAscii($Location+"Full Backup_"+$BDate+$BMonth+".htm", $Location+"Full Backup_"+$BDate+$BMonth+".txt")


function UnicodeToAscii($inputFile, $outputFile)
	Shell '%compsec% /C type "' + $inputFile + '" > "' + $outputFile + '"'
	?"Done!"
	Sleep 2
endfunction


But I dont get the .txt file back ? \:\(