Search found 84 matches
- 13 Jul 2012 04:29
- Forum: DOS Batch Forum
- Topic: how to rename
- Replies: 4
- Views: 4647
Re: how to rename
it does not work!
- 13 Jul 2012 03:16
- Forum: DOS Batch Forum
- Topic: how to rename
- Replies: 4
- Views: 4647
how to rename
how to rename all of files with the name "aaaa" in Hard drive "D" to "ssss"?
- 11 May 2012 04:54
- Forum: DOS Batch Forum
- Topic: how to copy several files to somewhere?
- Replies: 9
- Views: 9234
Re: how to copy several files to somewhere?
thanks to all
- 10 May 2012 04:40
- Forum: DOS Batch Forum
- Topic: how to copy several files to somewhere?
- Replies: 9
- Views: 9234
Re: how to copy several files to somewhere?
i just want to copy these certain files. not any more. some other files with the same name "a" my be exist
- 10 May 2012 04:21
- Forum: DOS Batch Forum
- Topic: how to copy several files to somewhere?
- Replies: 9
- Views: 9234
how to copy several files to somewhere?
i want to copy two files for example c:\a.jpg and c:\a.txt to d:\
how to do it by 1 line command?
(not using "for" command)
how to do it by 1 line command?
(not using "for" command)
- 17 Apr 2012 13:58
- Forum: DOS Batch Forum
- Topic: how to minimize my batch file window when it starts
- Replies: 1
- Views: 2919
how to minimize my batch file window when it starts
how to minimize my batch file window when it starts, using a command
- 04 Apr 2012 10:11
- Forum: DOS Batch Forum
- Topic: Search Internet (done for now)
- Replies: 7
- Views: 8714
Re: Search Internet
I have firefox and opera but my default web browser is opera. when i try this:
it does not use firefox to open this page and opera would do that
Code: Select all
if %cho%==1 start "firefox" "http://www.google.com.eg/search?q=site:softpedia.com+%cho2%"
it does not use firefox to open this page and opera would do that
- 04 Apr 2012 09:51
- Forum: DOS Batch Forum
- Topic: problem with variables
- Replies: 1
- Views: 2769
problem with variables
i have a variable named "r". we dont know what nomber is in it. i set another, named "t" set /a t=%r% i need to set some variables. for example if t=30 i would need 30 new variables. how to set and access them? i use it: set p%t%=eee but dont know how can i access and change them...
- 24 Mar 2012 16:49
- Forum: DOS Batch Forum
- Topic: saving export of a command into a variable
- Replies: 2
- Views: 3897
Re: saving export of a command into a variable
yes. that is true
i mean output
thank u so much
and sorry for my english
i mean output
thank u so much
and sorry for my english
- 24 Mar 2012 15:37
- Forum: DOS Batch Forum
- Topic: saving export of a command into a variable
- Replies: 2
- Views: 3897
saving export of a command into a variable
how to save export of a command into a variable?
- 15 Mar 2012 13:06
- Forum: DOS Batch Forum
- Topic: i want to find location of a process. how?
- Replies: 1
- Views: 3168
i want to find location of a process. how?
how to find out location of a file witch is running and I can see it in processes?
- 25 Feb 2012 02:57
- Forum: DOS Batch Forum
- Topic: how to see all processes runnig?
- Replies: 2
- Views: 3625
how to see all processes runnig?
there is a command shows all processes. what is it? i have forgotten
- 16 Feb 2012 13:29
- Forum: DOS Batch Forum
- Topic: rename a folder
- Replies: 6
- Views: 7491
Re: rename a folder
i dont have any idea. in fact, this is not my question. somebody else asked this. can anyone help?
- 16 Feb 2012 11:53
- Forum: DOS Batch Forum
- Topic: rename a folder
- Replies: 6
- Views: 7491
rename a folder
i want to rename a folder. the batch file must replace X with a random number(from 1 to 100). and when i run it again , the name change with another number
folderX ----> folder22 ----> folder68
folderX ----> folder22 ----> folder68
- 11 Feb 2012 10:05
- Forum: DOS Batch Forum
- Topic: i want to change position of batch file window. how?
- Replies: 9
- Views: 27774
Re: i want to change position of batch file window. how?
thank u. worked
is not exists any way to change position of the same batch file witch is already running?
is not exists any way to change position of the same batch file witch is already running?