Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HELP! MD command creating directories with no name...
Message
De
09/05/2001 19:02:43
 
 
À
09/05/2001 16:59:38
Bob Clark
Complus Data Service, Inc.
St. Petersburg, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00505513
Message ID:
00505570
Vues:
19
>Yes...you're correct...the code is not shown exact...and your assumption at what I was getting at was correct...
>
>The problem now is getting rid of the bad dir...so what is WSH?

Bob,

WSH is the Windows Scripting Host. But instead of using
that an easier way which worked on Windows 2000 VFP6
is just to use the same command you used to create the
directory but replace MD with RD:
MD "C:\Test\    \" && Makes a blank folder

RD "C:\Test\    \" && Removes the blank folder
However this only works if you use the same amount of
spaces for the name of the folder.

Chris Ormerod
AWS
Have a nice day :)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform