Search found 3 matches
- 12 Jan 2012 09:44
- Forum: DOS Batch Forum
- Topic: Hide cmd window briefly HELP!
- Replies: 2
- Views: 4275
Re: Hide cmd window briefly HELP!
thanks for your help, will have a play and see how i go!
- 11 Jan 2012 07:06
- Forum: DOS Batch Forum
- Topic: Hide cmd window briefly HELP!
- Replies: 2
- Views: 4275
Hide cmd window briefly HELP!
Hey all! I have a problem, i have a batch file which when ran calls some programs, one of which is nircmd's screen shot. What i want to do is to minimise the cmd window, take the screen shot and bring the cmd window back into view. Ive tried some solutions but most of them restart the bat file or hi...
- 29 Oct 2011 13:45
- Forum: DOS Batch Forum
- Topic: admin privileges screwing up mkdir
- Replies: 1
- Views: 2593
admin privileges screwing up mkdir
hey all, im very new to batch building, my batch file needs to create some directories and folders on a USB stick, but it must do it with admin rights for a program that i will be running further on in the code. when i run it without admin rights, it creates the dirs and file just fine. I then delet...