Workarround to convert overlay objects into custom

1) Export Base + Overlay in .def format. 2) Delete Base objects in .def file. 3) Delete Base info from .def file. 4) Find and Replace all “90015\2\2\” with “90015\2\4\” from the .def file. 5) Delete all __o sufixes from […]

Automatically passed parameters into a Windows batch file

The following table outlines how you can modify the passed parameter.   Parameter Description %1 The normal parameter. %~f1 Expands %1 to a fully qualified pathname. If you passed only a filename from the current directory, this parameter would also […]