Hi,
I need to remove directory from a server, but the server grant only permissions to Administrator to do so. Logically, if i got the Administrator login/passwd, i can remove directory. But h...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20375213.html
Hi, please be kind, create a simple directory tree. A folder and 1 or 2 subfolders... Now call DelLDir using as parameter de route of the main folder you just created. Ok, in my WinXP those folders...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20646651.html
Zones:
DelphiDate Answered: 06/13/2003 Rating: 8.2 Views: 0
I'm having problem with this snippet of code. It is supposed to delete all the files in c:\Documents and Settings\Tim\Desktop\texture.BMI and then remove the folder texture.BMI.
Kill fFolder & t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20764039.html
I need to delete a directory that has spaces in it's name, eg.
C:\My Folder
I don't have any problems deleting files within that folder, but to delete the folder itself, I keep getting an err...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_218...
Zones:
MS OfficeDate Answered: 05/21/2006 Rating: 8.6 Views: 0
i konw this might sound silly but i cant seem to figure out how to delete a bunch of folders in dos.
the folders are called "update backup for xx-xx-xx" (xx-xx-xx being a random date)
so what...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21984948.html
Zones:
Windows XPDate Answered: 09/12/2006 Rating: 6.6 Views: 8
How do I write a bat-file that removes all the contents of a folder without removing the folder itself.
RMDIR and RD has the /S flag which removes all files and folders but it also removes the fol...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_22406695.html
Zones:
MS DOSDate Answered: 02/22/2007 Rating: 8.8 Views: 0
argg, this is annoying me soo much!
I can't delete a directory. It will never find it.. I have tried a lot of different paths... Here is what i'm using right now:
rmdir("../aa3d/test/");
a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_11851438.htm...
Zones:
PHPDate Answered: 03/29/2002 Rating: 6.6 Views: 0
Hi,
I have the following code:
If dir(signatureDir, vbDirectory) <> "" Then
existingFile = dir$(signatureDir & "*")
If existingFile <> "" Then
Kill signatureDir & existingFil...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20407054....
Zones:
VB ControlsDate Answered: 02/12/2003 Rating: 6.2 Views: 0
Someone has added directories to my NT4 web server. I have deleted most by rmdir. The last two folders do not have dos names. They are com1 and com2 in Windows Explorer. I cannot do anything wit...
http://www.experts-exchange.com/Security/Operating_Systems_Security/Windows/Q_20477654.htm...
How can I remove multiple directories? I've got different directories with names 2003.04.xx and it seems rmdir /S /Q 2003.04.* is not working. Can you help me?
Thanks!!
Marobla
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_20592314.html
Zones:
MS DOSDate Answered: 04/25/2003 Rating: 7.4 Views: 0