Batch File and Config.win
Howdy Gurus,
We start Pro/E using batch files and desktop short cuts. The batch files copy the config.pro, config.sup and config.win files over to the users desktop machines into there ****\text directory. (example: E:\ptc\proewildfire4\text). The config.pro and config.sup files update and copy over just fine, but the config.win files do not. This file has been confusing, so we have been working around this by just physically copy/pasting into the preset working directories. Below is the text from the batch file, does anyone see where we are going wrong? Mostly what we update on the config.win file are new mapkeys.
echo Copying Config.sup
copy I:\Engineering\Drawings\ProE_Defaults\configs\Design_Engineer_Configs\config.sup E:\ptc\proeWildfire4\text\config.sup
echo Copying Config.pro
copy I:\Engineering\Drawings\ProE_Defaults\configs\Design_Engineer_Configs\config.pro E:\ptc\proeWildfire4\text\config.pro
echo Copying Config.win
copy I:\Engineering\Drawings\ProE_Defaults\configs\Design_Engineer_Configs\config.win E:\ptc\proeWildfire4\text\config.win
echo Copying com_splash.gif
Copy I:\Engineering\Drawings\ProE_Defaults\configs\splash_screens\com_splash.gif E:\ptc\proeWildfire4\text\resource\com_splash.gif
call E:\PTC\proeWildfire4\bin\proe.exe
Thanks,
James
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
