do you want to get rid of all the backup-files from 3dgs easy? take this lines of code in a batch-file (e.g. clean3dgs.bat)
and save the batch-file in the directory above your 3dgs-project-directories.
start it... (you can save a lot of diskspace and clean up your directories...
Code:
@echo off
del *.$$M /s
del *.bak /s
del *.$$w /s
del *.$$p /s
del OUIETERR.TXT /s
mercuryus