Search found 17 matches

by joejames_786
16 Jan 2019 18:53
Forum: DOS Batch Forum
Topic: searching log files
Replies: 2
Views: 3007

Re: searching log files

hi

1.the 2 columns are seperated by a single tab space


2. the number 200 is possible number of lines in the SERVER_ERROR.LOG file.

3. only the "ID" ie....(XX BX JX RE) is written in the SERVER_ERROR.log and not the server name
by joejames_786
15 Jan 2019 06:40
Forum: DOS Batch Forum
Topic: searching log files
Replies: 2
Views: 3007

searching log files

hi someone pl help me. I have a log file SERVER_ERROR.log which contain 100000 or more lines i need a script that should read a file named SERVER_LIST.txt which contain 2 columns of data ie....... 1 2 XX BACKUP BX STORAGE JX DATA RE CARD FD CUSTOMER HH SERVER ....and so (around 100 servers) the scri...
by joejames_786
02 May 2018 07:24
Forum: DOS Batch Forum
Topic: strange file names
Replies: 4
Views: 5464

strange file names

hi can anyone help me with this? I have some text files with names that that does not allow me to rename that particular file (eg.. some diamond shaped characters) when I try to copy that filename to a text file the name translates to a series of ???????????????????????????.txt how do I rename these...
by joejames_786
12 Apr 2018 08:03
Forum: DOS Batch Forum
Topic: create .txt files
Replies: 1
Views: 2612

create .txt files

hi can someone help me ? source folder is C:\update destination folder is D:\despatch source folder contains 1000,s of .xml files I want a script to count the number of .xml files in that folder and equally create .txt files in another folder (ie.. if .xml is 1025 then the number of .txt files creat...
by joejames_786
07 Apr 2018 06:37
Forum: DOS Batch Forum
Topic: distributing files
Replies: 7
Views: 6636

Re: distributing files

hi Antonio that script didn't work Ill go again source folder d:\dump destination folder d:\others\1 ........d:\others\5 (total 5 folders) the dump folder contains 1000's of .data files (files keep coming in) the script should check all the five folders in the destination directory for .data files (...
by joejames_786
06 Apr 2018 08:17
Forum: DOS Batch Forum
Topic: distributing files
Replies: 7
Views: 6636

Re: distributing files

any file but each folder maintains 3 files
by joejames_786
06 Apr 2018 07:20
Forum: DOS Batch Forum
Topic: distributing files
Replies: 7
Views: 6636

distributing files

hi 1.SOURCE: I have a folder named (A) which has .data files (1000's) in it (this folder gets updated at regular intervals) 2. DESTINATION: there are 5 folders named (ie 1, 2, 3, 4, 5) which needs to have 3 .data files always (because they get deleted often). any script to automatically move .data f...
by joejames_786
05 Apr 2018 10:15
Forum: DOS Batch Forum
Topic: moving files
Replies: 21
Views: 17078

Re: moving files

HI

yes steffen is king of the trade so far as me a non programmer he has given me lots of solutions
without hesitating if you r a programmer there's lot more to learn from him

iam one of his fan :D
by joejames_786
05 Apr 2018 09:53
Forum: DOS Batch Forum
Topic: moving files
Replies: 21
Views: 17078

Re: moving files

hi


I was just wondering what happened to steffen!!

I was getting anxious as time passed by 8)

wow that was the ultimate solution

steffen you really ROCK MAN :D 8)

THANKYOU VERY MUUUUUCCCCCCHHHHHHH
by joejames_786
05 Apr 2018 09:24
Forum: DOS Batch Forum
Topic: moving files
Replies: 21
Views: 17078

Re: moving files

yes squashman was right it moves files without spaces but leaves behind all those files with spaces in their names

even after adding quotes..
by joejames_786
05 Apr 2018 09:04
Forum: DOS Batch Forum
Topic: moving files
Replies: 21
Views: 17078

Re: moving files

yes that did the job

thankyou very much :D
by joejames_786
05 Apr 2018 08:15
Forum: DOS Batch Forum
Topic: moving files
Replies: 21
Views: 17078

Re: moving files

hi

the script when executed creates the directory but fails to move the files..


thanks
by joejames_786
05 Apr 2018 06:49
Forum: DOS Batch Forum
Topic: moving files
Replies: 21
Views: 17078

moving files

hi

I have a folder containing a mix of files around 100000 in number
they are mainly .pdf .mp4 .doc .docx .mov .xls .xlsx
can someone help me sort these files to separate folders (ie pdf mp4 doc docx.... and so on)

thanks
and regards
joe
by joejames_786
04 Apr 2018 08:02
Forum: DOS Batch Forum
Topic: file extensions
Replies: 3
Views: 4086

Re: file extensions

great steffen that saved my time

thankyou very much 8) :D
by joejames_786
04 Apr 2018 07:13
Forum: DOS Batch Forum
Topic: file extensions
Replies: 3
Views: 4086

file extensions

hi can someone help me solve this problem I have 1000's of files in folders / sub-folders they are either jpeg or png or xlsx or docx or doc files. somehow their names were changed by someone accidentally trying to do something in that system. ie 20180329jpeg (which should be 20180329.jpeg) detailsd...