cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Vericut extra files

snguyen
1-Newbie

Vericut extra files

Good morning,
Is there an option to control where Vericut creates all those extra
files when I use it to nccheck a program?

It creates a lot of extra files that I do not need in my working directory.
All these extra files is taking up space on the server. Or is there an
advantage to leaving these files there that I do not know of?

Thanks.

Examples:

"the model"_1.dsn
"the workpiece"_1.stk
cgtpro60.bat
cgtpro.tls
cgtpro.VcProject
cgtpro_operations.vctmp
cycle.ncl
vericut.log

Son Nguyen
785-667-7763

108 W. 2nd Street
Assaria, Kansas 67416

1 REPLY 1

Son,

The working directory is the unique destination the files will be created...

This is what I did in the Pro/E .bat launch script:

REM ***********************************************
REM CLEAN POSSIBLE GARBAGE OF THE WORKING DIRECTORY
REM ***********************************************
cd d:\users\%USERNAME%\pdmlink
DEL CONFIG.* /Q >NUL
DEL VERICUT.* /Q >NUL
DEL *.CRC /Q >NUL
DEL *.INF /Q >NUL
DEL *.OUT /Q >NUL
DEL UWGM.LOG* /Q >NUL
DEL ERRMSG* /Q >NUL
DEL CGTPRO* /Q >NUL
DEL *.TPH* /Q >NUL
DEL *.ERR* /Q >NUL
DEL *.LOG* /Q >NUL
DEL *.DAT* /Q >NUL
DEL *.BDE* /Q >NUL
REM **************
REM CALL PRO/NC
REM **************
CLS
call s:\ptc\wf3_m230\bin\pro_mfg_jdr.bat

With this code the garbage is deleted form the working directory everytime Pro/E is launched...

HTH,

Daniel Santos
Suporte Aplicações CAM
GE Oil & Gas

T +55 11 4772-3565
M +55 12 8173-6567
F +55 11 4772-3775
-

Rodovia de Acesso João de Góes, 2300
Jandira - São Paulo - 06612-000 - Brasil
Vetco Gray Óleo e Gás LTDA

GE imagination at work
Top Tags