Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Delete File (https://www.kinook.com/Forum/showthread.php?t=336)

jhuang 02-24-2004 02:31 PM

Delete File
 
Hi,

I need to delete some files from my project directory in the middle
of the build. How should I do it?

Thanks,
Jing

pjaquiery 02-24-2004 02:50 PM

Use a "Run Program" step with something like this as the Command:

%DOSCMD% del /F "%MACRO_WITH_FILENAME%"

or

%DOSCMD% del /F "%PROJDIR%\file.ext"

or (for multiple files)

%DOSCMD% del /F "%PROJDIR%\*.ext"


All times are GMT -5. The time now is 09:08 PM.


Copyright © 1999-2023 Kinook Software, Inc.