Search found 12 matches

by spam_killer
01 May 2009 13:52
Forum: DOS Batch Forum
Topic: Image Dimension ??
Replies: 5
Views: 8250

Image Dimension ??

Is there any trick or command line to get the dimension of an image such as jpg or gif using CMD command.. I search this forum for any topic related to the problem but I can't find any solution.. Also search in google but still no result.. If there is not possible to get image dimension from command...
by spam_killer
16 Feb 2009 00:00
Forum: DOS Batch Forum
Topic: [Resolved] delete duplicate mail in txt
Replies: 5
Views: 8505

actually you don't need this part.


for /F "delims==" %%A in ('"set foundone[ 2>nul"') do set "%%A="


Just copy this code and run:


for /F %%A in (contacts.txt) do (
if not defined foundone[%%A] (set "foundone[%%A]=Y"& echo.%%A)
)
by spam_killer
11 Feb 2009 07:18
Forum: DOS Batch Forum
Topic: using .bat to search the folder and compres files into zip.
Replies: 11
Views: 12146

Known

If you want to know all related command, just open Winrar then goto help and find there..

Thanks
by spam_killer
11 Feb 2009 07:16
Forum: DOS Batch Forum
Topic: Make your own cmd prompt Commands
Replies: 2
Views: 6787

Errrr..

I not understand at all what is the purpose of these command.. Create my own command? How?
by spam_killer
20 Jan 2009 09:16
Forum: DOS Batch Forum
Topic: Create html From A Directory Of Images
Replies: 7
Views: 8588

That is easy

You can read all post here then you can figure it out and create the batch script for your own.

If you want someone to create a COMPLETE batch script for you, I think you must pay for it.

:roll:

am I wrong??
by spam_killer
20 Jan 2009 09:10
Forum: DOS Batch Forum
Topic: [Resolved] delete duplicate mail in txt
Replies: 5
Views: 8505

Explaination needed !

Hi DosItHelp, can you explain to me this part: for /F "delims==" %%A in ('"set foundone[ 2>nul"') do set "%%A=" 1. what the use "delims==" ? 2. what it is in ('"set foundone[ 2>nul"') ? I cannot figure it. but thanks for this new trick.
by spam_killer
17 Jan 2009 04:45
Forum: DOS Batch Forum
Topic: String count
Replies: 3
Views: 7548

How it work?

Not working..
by spam_killer
17 Jan 2009 04:43
Forum: DOS Batch Forum
Topic: Install fonts
Replies: 0
Views: 5862

Install fonts

Hello, I'm tring to install fonts by copy the fonts file into directory %WINDIR%\fonts but when I open it, the fonts not there.. I tried to add into registry but also fail.. Its only done after I reboot the computer. REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /D AA /...
by spam_killer
11 Nov 2008 15:54
Forum: DOS Batch Forum
Topic: String count
Replies: 3
Views: 7548

String count

Hello..

How can I count alphabets in a string?
Let say I have string "many times during this day" so I want the output to be include the space = 26

I try to use FOR loop but It takes too long to finish as I have a long string in a text file.. Is there any solution ?
by spam_killer
06 Nov 2008 06:17
Forum: DOS Batch Forum
Topic: PIPING the value
Replies: 0
Views: 6859

PIPING the value

Hello..

:arrow: Can anyone explain to me how to pipe the output & how it work?
As I know, piping is to filter certain value but I can't figure out how it actually work..

:idea:
by spam_killer
02 Nov 2008 11:33
Forum: DOS Batch Forum
Topic: CMD with EXCEL
Replies: 0
Views: 6924

CMD with EXCEL

Can anyone help me with this task? I have an excel file with content. First row is names, second row is phone number.. Can I use CMD to extract all of this contents into a text file? Then how to insert back into excel? or just edit the content within the excel using CMD? Thanks..! .:. Is there any t...
by spam_killer
10 Oct 2008 04:55
Forum: DOS Batch Forum
Topic: Where do I start?
Replies: 1
Views: 6073

ebook & tutorial

I have an ebook but not in English language. If you can use Malay language then the ebook is good enough for you to start with.. If you have an English version from any author, wish that you share it.. :D