Search found 68 matches

by r2du-soft
23 Sep 2017 02:20
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

I know with the builtin Windows FTP.exe program you can actually pipe your commands to the program. Maybe you can do that with ncpftp as well. (echo open -u FtpAddress echo FtpUsername echo FtpPassword echo mkdir AAA echo cd AAA echo mkdir 1A echo mkdir 2B echo mkdir 3C echo cd .. echo rm -r )|ncft...
by r2du-soft
22 Sep 2017 13:18
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

Sorry, but neither do I know NcFTP (I was just googling for you) nor do I own any FTP server share where I could test it. Just follow their documentation links http://www.ncftp.com/ncftp/ Steffen I tried by: m but I did not succeed i send to you in PM a FtpAddress and Username and Password for test...
by r2du-soft
22 Sep 2017 07:44
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

not possible remove a directory without name in ftp? in ncftp i need like this: @echo off echo open -u FtpAddress> ftpcmd.txt echo FtpUsername>> ftpcmd.txt echo FtpPassword>> ftpcmd.txt echo mkdir AAA>>ftpcmd.txt echo cd AAA>>ftpcmd.txt echo mkdir 1A>>ftpcmd.txt echo mkdir 2B>>ftpcmd.txt echo mkdir ...
by r2du-soft
21 Sep 2017 09:50
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

NcFTP good work rmdir -r but i have another problem... in ftp command i can use like this: @echo off echo open FTPADDRESS> DeleteDirectory2.txt echo FTPUSERNAME>> DeleteDirectory2.txt echo FTPPASSWORD>> DeleteDirectory2.txt echo CD AAA>>DeleteDirectory2.txt echo prompt>>DeleteDirectory2.txt echo mde...
by r2du-soft
12 Sep 2017 12:29
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

Thanks for the help
Is possible do this work with any software with call with cmd to send parameters?
by r2du-soft
12 Sep 2017 11:23
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

Yes i test this and work for delete files in folder But how can delete folders that do not know their name؟ For full example see this: In folder AAA is several folders and files If i dont know folders name cant goto inside folder to be empty that and after remove empty folder My problem is find fold...
by r2du-soft
12 Sep 2017 08:41
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

Is true
But when i dont know sub folders name,how can goto folder for remove files?
by r2du-soft
12 Sep 2017 07:53
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Re: Delete directory and files with subdirectorys with ftp command line

Image

my problem this...
when i want remove directory,then show me message directory not empty...
i how can delete AAA folder with sub directory and files?
i see links but i have problem again...
is possible give me example?
thanks
by r2du-soft
11 Sep 2017 17:45
Forum: DOS Batch Forum
Topic: Delete directory and files with subdirectorys with ftp command line
Replies: 19
Views: 25393

Delete directory and files with subdirectorys with ftp command line

Hi How can Delete directory and files with subdirectorys with ftp command line? For example i have a folder with name folderB1 In that folder is many files and subfolders with files My problem is that i dontknow subfolders name for delete thats one by one Now how can Delete directory and files with ...
by r2du-soft
07 Sep 2017 04:04
Forum: DOS Batch Forum
Topic: Physical serial number of hard disk Windows installed on that
Replies: 14
Views: 11024

Re: Physical serial number of hard disk Windows installed on that

Thank you so much mr Steffen (aGerman) :wink:

Squashman wrote:
Squashman wrote:Where you been for three years?

کجا بودی به مدت سه سال


Resting
استراحت می کردم
:D
by r2du-soft
06 Sep 2017 16:22
Forum: DOS Batch Forum
Topic: Physical serial number of hard disk Windows installed on that
Replies: 14
Views: 11024

Re: Physical serial number of hard disk Windows installed on that

Code: Select all


SerialNumber=     WD-WMC4J0057355



Press any key to continue . . .





:D worked
thank you Steffen

Already I for /f had problems
The problem was already that: echo not show when i use from for /f !!!!!
by r2du-soft
06 Sep 2017 16:05
Forum: DOS Batch Forum
Topic: Physical serial number of hard disk Windows installed on that
Replies: 14
Views: 11024

Re: Physical serial number of hard disk Windows installed on that

Microsoft Windows [Version 10.0.15063] (c) 2017 Microsoft Corporation. All rights reserved. C:\Users\RoseSoftware>wmic path Win32_PhysicalMedia get Tag,SerialNumber /value SerialNumber= WD-WCC4M1DCUPP1 Tag=\\.\PHYSICALDRIVE0 SerialNumber= WD-WMC4J0057355 Tag=\\.\PHYSICALDRIVE1 SerialNumber=0C7C01D6...
by r2du-soft
06 Sep 2017 15:50
Forum: DOS Batch Forum
Topic: Physical serial number of hard disk Windows installed on that
Replies: 14
Views: 11024

Re: Physical serial number of hard disk Windows installed on that

Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

C:\Users\RoseSoftware>wmic path Win32_PhysicalMedia get Tag /value


Tag=\\.\PHYSICALDRIVE0


Tag=\\.\PHYSICALDRIVE1


Tag=\\.\PHYSICALDRIVE2




C:\Users\RoseSoftware>
by r2du-soft
06 Sep 2017 15:26
Forum: DOS Batch Forum
Topic: Physical serial number of hard disk Windows installed on that
Replies: 14
Views: 11024

Re: Physical serial number of hard disk Windows installed on that

this show me

i is Disk #1, Partition #1
j is 1
ECHO is off.
Press any key to continue . . .


windows 10 x64