Recent

Author Topic: How to Completely remove LAZARUS Windows?  (Read 13660 times)

Nitorami

  • Sr. Member
  • ****
  • Posts: 481
Re: How to Completely remove LAZARUS Windows?
« Reply #15 on: March 06, 2015, 10:21:46 pm »
CodeTyphon ? Is that another Pascal spin-off ?

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: How to Completely remove LAZARUS Windows?
« Reply #16 on: June 25, 2015, 05:53:38 am »
Try using everything from voitools http://www.voidtools.com/ to quickly find and delete all lazarus stuff stored in any place.

jc99

  • Hero Member
  • *****
  • Posts: 553
    • My private Site
Re: How to Completely remove LAZARUS Windows?
« Reply #17 on: June 25, 2015, 03:23:43 pm »
Or (if you are on Win) you could try something like my MAKE_Clear.cmd
You can add the *.lrs and *.rst
with *.res you should be carefull there could be prebuild resource-files.

Make_clear.cmd:
Code: [Select]
@echo off
title Delete all *.local *.ident* and *.bak ... - files
del /S /Q *.local
del /S /Q *.ident*
del /S /Q *.bak
del /s /Q *.tv*
del /s /Q *.txa*
del /s /Q *.txv*
del /s /Q *.tv*
del /s /Q *.~p*
del /s /Q *.~d*
for /D %%i in (*) do if not "%%i"=="bin" call :DoDel %%i 
goto exit

:DoDel
echo %1
del /S /Q %1\*.exe
del /S /Q %1\*.compiled
del /S /Q %1\*.dcu
del /S /Q %1\*.o
del /S /Q %1\*.or
del /S /Q %1\*.ppu
del /S /Q %1\*.lrs
del /S /Q %1\*.rst
:exit
! CAREFUL !: It's powerfull stuff.
the binaries you want to keep should be in bin-folder only !!
OS: Win XP x64, Win 7, Win 7 x64, Win 10, Win 10 x64, Suse Linux 13.2
Laz: 1.4 - 1.8.4, 2.0
https://github.com/joecare99/public
'~|    /''
,_|oe \_,are
If you want to do something for the environment: Twitter: #reduceCO2 or
https://www.betterplace.me/klimawandel-stoppen-co-ueber-preis-reduzieren

 

TinyPortal © 2005-2018