diff --git a/exe2hex.py b/exe2hex.py index d02c62b..ec6765b 100644 --- a/exe2hex.py +++ b/exe2hex.py @@ -382,7 +382,7 @@ def save_posh(self): output += "$x+=1};" output += "set-content -encoding byte '%s' -value $b;" % (self.exe_filename) output += "Remove-Item -force %s.hex;" % (self.short_file) - output += "Get-ChildItem %s;" % (self.exe_filename) + #output += "Get-ChildItem %s;" % (self.exe_filename) output += "\"%s\r\n\r\n" % (suffix) #output += '%sstart /wait /b %s%s\r\n\r\n' % (prefix, self.exe_filename, suffix)