Modified:
trunk/tools/export_arcmapbook_regkeys.bat
Log:
exit message was misleading, just show the name of the output file instead
Modified: trunk/tools/export_arcmapbook_regkeys.bat
==============================================================================
--- trunk/tools/export_arcmapbook_regkeys.bat (original)
+++ trunk/tools/export_arcmapbook_regkeys.bat Wed Mar 25 10:45:19 2009
@@ -19,9 +19,9 @@
type "%temp%\%username%_%%g.txt" >> %username%_arcmapbook_registry.txt
del "%temp%\%username%_%%g.txt"
)
-
+
echo.
-echo. The following keys should
match ..\Visual_Basic\register_component_category.reg:
+echo. Results are in %username%_arcmapbook_registry.txt
echo.
-type %username%_arcmapbook_registry.txt
+pause
\ No newline at end of file