Search found 3 matches
- 18 May 2010 14:52
- Forum: DOS Batch Forum
- Topic: Windows 7 64bit start "/wait" not working properly
- Replies: 2
- Views: 7458
Re: Windows 7 64bit start "/wait" not working properly
I decided just to use the call function instead rather than start. It seems to work fine.
- 18 May 2010 13:33
- Forum: DOS Batch Forum
- Topic: Windows 7 64bit start "/wait" not working properly
- Replies: 2
- Views: 7458
Windows 7 64bit start "/wait" not working properly
Here is an example. This is just a short test I threw together to post. As you can see, the scripts aren't waiting, as all done is echoed before the echos from the other scripts. The output is as follows and the code is below... *************** starting main *************** all done IM HERE IN 1 C:\...
- 15 Apr 2010 08:30
- Forum: DOS Batch Forum
- Topic: netsh without knowing current connection name
- Replies: 0
- Views: 4764
netsh without knowing current connection name
I want to set up my internet connection from the command prompt. I know I can do this with netsh by dumping a configuration to a file then loading that file back in when needed. However, it seems it looks for a connection with the same name (i.e. if I save the settings for "my only connection&q...