Can some please give me a C code that will delete files, whose locations are mentioned in a text file. For example, I have a text file (files.txt) with multiple file paths, one per line. The C program should read the text file and delete the files one by one.
I prefer C because I need to create a 16 bit exe. If someone know a way to create 16-bit exe from VBS, I would really appreciate that as well.
Thanks a lot in advance.
I prefer C because I need to create a 16 bit exe. If someone know a way to create 16-bit exe from VBS, I would really appreciate that as well.
Thanks a lot in advance.
VulpesPosted Mar 14, 2015, 5:52 PM
AFAICR, there was a separate 16 bit version of VB Script but I don't know whether it's still distributed with 32 bit versions of Windows or not.
It's safe to assume that it won't be distributed with 64 bit versions of Windows as you can no longer run 16 bit applications on these.
Kim KhanPosted Mar 14, 2015, 10:57 AM