Search found 5 matches
- 18 Jan 2012 22:26
- Forum: DOS Batch Forum
- Topic: Bat file to open at ramdom all but 2 files in a folder
- Replies: 7
- Views: 7033
Re: Bat file to open at ramdom all but 2 files in a folder
thanks it works great you the man
- 18 Jan 2012 15:13
- Forum: DOS Batch Forum
- Topic: Bat file to open at ramdom all but 2 files in a folder
- Replies: 7
- Views: 7033
Re: Bat file to open at ramdom all but 2 files in a folder
or have one process open only after the previous has finished
- 18 Jan 2012 15:07
- Forum: DOS Batch Forum
- Topic: Bat file to open at ramdom all but 2 files in a folder
- Replies: 7
- Views: 7033
Re: Bat file to open at ramdom all but 2 files in a folder
is it possable to make less than one second delay
- 18 Jan 2012 13:40
- Forum: DOS Batch Forum
- Topic: Bat file to open at ramdom all but 2 files in a folder
- Replies: 7
- Views: 7033
Re: Bat file to open at ramdom all but 2 files in a folder
Thanks this has worked great. I am still only learning about how usefull bat files can be. . is it possable to set a short delay between each program opened ?
- 17 Jan 2012 23:21
- Forum: DOS Batch Forum
- Topic: Bat file to open at ramdom all but 2 files in a folder
- Replies: 7
- Views: 7033
Bat file to open at ramdom all but 2 files in a folder
Here is what I have so far it random opens 1 file at a time @echo off & setlocal rem Set your path here: set "workDir=C:\Users\file_test" rem %random% rem %random% @set /a "rdm=%random%" set /a "rdm=%random%" rem Push to your path. pushd "%workDir%" rem Co...