Click here to Skip to main content
15,920,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to execute Dos Command(e.g. Del) Programatically. Pin
Joan M29-May-07 8:07
professionalJoan M29-May-07 8:07 
GeneralRe: How to execute Dos Command(e.g. Del) Programatically. Pin
CPallini29-May-07 8:14
mveCPallini29-May-07 8:14 
AnswerRe: How to execute Dos Command(e.g. Del) Programatically. Pin
CPallini29-May-07 5:54
mveCPallini29-May-07 5:54 
AnswerRe: How to execute Dos Command(e.g. Del) Programatically. Pin
toxcct29-May-07 5:38
toxcct29-May-07 5:38 
QuestionRe: How to execute Dos Command(e.g. Del) Programatically. Pin
David Crow29-May-07 6:02
David Crow29-May-07 6:02 
AnswerRe: How to execute Dos Command(e.g. Del) Programatically. Pin
CPallini29-May-07 9:52
mveCPallini29-May-07 9:52 
AnswerRe: How to execute Dos Command(e.g. Del) Programatically. Pin
xingzibo29-May-07 6:03
xingzibo29-May-07 6:03 
AnswerRe: How to execute Dos Command(e.g. Del) Programatically. Pin
krmed29-May-07 7:00
krmed29-May-07 7:00 
Another question would be: is
C:\Testfolder
really a file, or is it a folder.

If I recall correctly (and it's been years since I looked) del will not delete folders - you would need to use rd instead (remove directory) and the folder would have to be empty. Of course you could empty the folder with
"del /S /Q /f c:\\testfolder\*.*"

Hope that helps.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

QuestionWindows Messaging Pin
mcsherry29-May-07 5:22
mcsherry29-May-07 5:22 
AnswerRe: Windows Messaging Pin
Mark Salsbery29-May-07 5:45
Mark Salsbery29-May-07 5:45 
GeneralRe: Windows Messaging Pin
mcsherry29-May-07 5:52
mcsherry29-May-07 5:52 
GeneralRe: Windows Messaging Pin
Mark Salsbery29-May-07 6:22
Mark Salsbery29-May-07 6:22 
AnswerRe: Windows Messaging Pin
mcsherry29-May-07 5:50
mcsherry29-May-07 5:50 
AnswerRe: Windows Messaging Pin
John R. Shaw29-May-07 6:11
John R. Shaw29-May-07 6:11 
GeneralRe: Windows Messaging Pin
mcsherry29-May-07 6:20
mcsherry29-May-07 6:20 
QuestionCOleDateTime Weirdness in VS2005 Pin
#realJSOP29-May-07 5:13
professional#realJSOP29-May-07 5:13 
AnswerRe: COleDateTime Weirdness in VS2005 Pin
Mark Salsbery29-May-07 5:41
Mark Salsbery29-May-07 5:41 
GeneralRe: COleDateTime Weirdness in VS2005 Pin
#realJSOP29-May-07 6:02
professional#realJSOP29-May-07 6:02 
GeneralRe: COleDateTime Weirdness in VS2005 Pin
Mark Salsbery29-May-07 6:16
Mark Salsbery29-May-07 6:16 
GeneralRe: COleDateTime Weirdness in VS2005 Pin
#realJSOP29-May-07 6:27
professional#realJSOP29-May-07 6:27 
GeneralRe: COleDateTime Weirdness in VS2005 Pin
#realJSOP29-May-07 7:33
professional#realJSOP29-May-07 7:33 
GeneralRe: COleDateTime Weirdness in VS2005 Pin
Mark Salsbery29-May-07 7:43
Mark Salsbery29-May-07 7:43 
GeneralRe: COleDateTime Weirdness in VS2005 Pin
#realJSOP29-May-07 8:35
professional#realJSOP29-May-07 8:35 
GeneralRe: COleDateTime Weirdness in VS2005 Pin
Mark Salsbery29-May-07 8:57
Mark Salsbery29-May-07 8:57 
QuestionIs SizeOf different in VS2005 from VS6.0? Pin
earlgraham29-May-07 5:02
earlgraham29-May-07 5:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.