Forum: Windows NT / 2000 / XP Oct 13th, 2005 |
| Replies: 5 Views: 5,118 Thanks,
I wont try that on my DOS.Did that long time ago?Had a bad exp with DEL *.* :)
I'm researching on COM now.
Any ideas on how to add these BAT files or COM files to Sytem Startup.
I... |
Forum: Windows NT / 2000 / XP Oct 13th, 2005 |
| Replies: 5 Views: 5,118 Thanks for your suggestions.
I did quick research on Creating a Batch file and Commands in it.
This code will do the JOB.
@ECHO OFF
del /q C:\TEMP\*.* |
Forum: Windows NT / 2000 / XP Oct 13th, 2005 |
| Replies: 5 Views: 5,118 Hello,
I'm trying to create somekind of a process that will allow me to delete files in TEMP folder.
Its bascially a shortcut from desktop.When you click that you can delete files in TEMP... |