Creo Mapkey Os Script Example Page

After saving STL, run a script that copies the file to a network folder.

( copy_stl.bat ):

@echo off set source=%1 set dest=\\server\stl_archive\ copy "%source%" "%dest%" echo %date% %time% - Copied %source% >> log.txt (add this line after the save-as commands): creo mapkey os script example