Search found 5 matches
- 26 Jan 2011 07:52
- Forum: DOS Batch Forum
- Topic: Whether outside your window
- Replies: 1
- Views: 2603
Re: Whether outside your window
I agree!
- 26 Jan 2011 07:37
- Forum: DOS Batch Forum
- Topic: Windows firewall
- Replies: 1
- Views: 3113
Windows firewall
Is it possible to automatically set an "allowed" entry in windows firewall? For instance, I'm creating a batch file to silently install a few programs, one of which is JRE. All of which cause windows firewall to ask if it's ok for the programs to access the internet. If JRE has never been ...
- 13 Jan 2011 14:44
- Forum: DOS Batch Forum
- Topic: Rename a drive?
- Replies: 1
- Views: 2885
Rename a drive?
Is it possible to rename a drive with a batch file?
For instance...rename the c:\ drive from MY DRIVE to MAIN
Thanks!
For instance...rename the c:\ drive from MY DRIVE to MAIN
Thanks!
- 12 Jan 2011 19:15
- Forum: DOS Batch Forum
- Topic: Batch file to install multiple programs
- Replies: 2
- Views: 6608
Re: Batch file to install multiple programs
This is exactly what I spent hours on google searching for. I'm so glad I found this forum. Thanks you so much...it works perfectly!!
- 12 Jan 2011 15:39
- Forum: DOS Batch Forum
- Topic: Batch file to install multiple programs
- Replies: 2
- Views: 6608
Batch file to install multiple programs
Hi all...I am VERY new to creating batch files and I'm having a bit of an issue here. I want to create a batch file that will install multiple programs from a flash drive. Easy enough. My dilemma is that these programs will need to be installed on both 32 bit and 64 bit machines, with different vers...