secedit

Windows Server 2003 call to secedit within a batch script generates "C:\Program" on system reboot

In executing secedit /configure /db %~1\tomcat.sdb" /cfg %~1\2003.inf" /log %~1\dtomcat.log" /quiet where %~1 == C:\Program Files\myDirectory\mySubDirectory\mySuperSubDirectory a file titled "C:\Program" is generated and within the file is the output for calling secedit /? I am curious as to why this is occuring because it mak...