Search found 4 matches

by GeekyGuyJax
21 Sep 2009 16:59
Forum: DOS Batch Forum
Topic: **Need help with Diskpart in batch file to make USB bootable
Replies: 1
Views: 9531

**Need help with Diskpart in batch file to make USB bootable

Hi Guys, I have created the below .cmd file to format my USB flash drive but now I want to add additional script to make it bootable any ideas ? I know i can use DiskPart with a text file to do it manually but I would rather have it in a all-in-one script.. This is what I have so far... @ECHO OFF cl...
by GeekyGuyJax
21 Sep 2009 15:39
Forum: DOS Batch Forum
Topic: XCOPY files with "&" in the name
Replies: 2
Views: 5297

Re: XCOPY files with "&" in the name

Hello, I want to copy a folders content into another folder, but some of the files have an "&" in the name and are not carried over. Any ideas? xcopy "P:\Test" "\\test\test\Data Feeds" /-Y pause Try this: "P:\Test\*.*" "P:\test\test\Data Feeds" ...
by GeekyGuyJax
21 Sep 2009 15:33
Forum: DOS Batch Forum
Topic: XCOPY files with "&" in the name
Replies: 2
Views: 5297

Re: XCOPY files with "&" in the name

Hello, I want to copy a folders content into another folder, but some of the files have an "&" in the name and are not carried over. Any ideas? xcopy "P:\Test" "\\test\test\Data Feeds" /-Y pause Try this: "P:\Test\*.*" "\P:\test\test\Data Feeds"...
by GeekyGuyJax
21 Sep 2009 15:19
Forum: DOS Batch Forum
Topic: how can i hide the DOS window when executing a batch file ?
Replies: 5
Views: 8401

Re: how can i hide the DOS window when executing a batch fil

how can i hide the DOS window when executing a batch file ? Hi, there is a small utility out there called "RunHiddenConsole". It was developed to run batch files completely hidden without showing (or annoying flasing) the console window. You can go to m then register and download it. Work...