Application Scripting

I haven't done application scripting for quite sometime but there is some points I need to document so I don't forget them.

1.) iexpress.exe - Built in EXE packager to all windows products. This allows the inclusion of any number of files into a Cabinet container with an exe and a SED file to allow application deployment.
2.) batch file recording - "%~dp0(file name)" allows UNC path names to be used in a .bat file. More research is needed.

C

Comments