Search found 10 matches
- 28 Jul 2013 09:11
- Forum: DOS Batch Forum
- Topic: hide while doing robocopy
- Replies: 1
- Views: 2840
hide while doing robocopy
i am using the following code which copy all the .pdf file from hard sisk to usb in a folder DATA, 1. i want to hide destination folder "DATA" in usb while i am copying my data from hardisk to USB. 2. the folder should be invisible while the robocopy is running and copying the file. plz he...
- 24 Jul 2013 08:52
- Forum: DOS Batch Forum
- Topic: batch file in standard user to be run in administrator mode
- Replies: 4
- Views: 5086
Re: batch file in standard user to be run in administrator m
i have the script that runs from administrator and does the work...but i want to run batch file from standard user ( may be registry can be edited or something) and it gets the administrator privileges
- 23 Jul 2013 10:18
- Forum: DOS Batch Forum
- Topic: batch file in standard user to be run in administrator mode
- Replies: 4
- Views: 5086
batch file in standard user to be run in administrator mode
i want to run a bat file from standard user in administrator mode without prompting for password???is it possible???
if yes than how??
if yes than how??
- 20 Jul 2013 21:32
- Forum: DOS Batch Forum
- Topic: password protect
- Replies: 5
- Views: 6578
Re: password protect
yep i got it now it worked...thanks
- 20 Jul 2013 12:36
- Forum: DOS Batch Forum
- Topic: batch file to search and copy particular file
- Replies: 13
- Views: 16112
Re: batch file to search and copy particular file
r u sure penpen??it doesnt work in win7
- 20 Jul 2013 05:59
- Forum: DOS Batch Forum
- Topic: password protect
- Replies: 5
- Views: 6578
password protect
hi guys,
its there a way to password protect a folder using a batch code or DOS command????
without using any external software
its there a way to password protect a folder using a batch code or DOS command????
without using any external software
- 19 Jul 2013 09:10
- Forum: DOS Batch Forum
- Topic: batch file to search and copy particular file
- Replies: 13
- Views: 16112
Re: batch file to search and copy particular file
thanks penpen
this solves one of me required problem
can u help for the rest of the code...
this solves one of me required problem
can u help for the rest of the code...
- 19 Jul 2013 07:42
- Forum: DOS Batch Forum
- Topic: batch file to search and copy particular file
- Replies: 13
- Views: 16112
Re: batch file to search and copy particular file
hey bro.. yeah u r right...i am a slow learner firstly i need it to detect all local drives and only search the non-removable drives only. excluding dvd drive and usb drives secondly it should search for .pptx,.ppt,.docx,.doc,.pdf files but it should not waste time in searching folders like windows ...
- 19 Jul 2013 06:18
- Forum: DOS Batch Forum
- Topic: batch file to search and copy particular file
- Replies: 13
- Views: 16112
Re: batch file to search and copy particular file
@ foxdrive thanks for the reply well i have almost done it but i cant get it straight here is my code.... SET odrive=%odrive:~0,2% set backupcmd=xcopy mkdir \data >nul attrib +h \data >nul echo off SET Var=0 ECHO %%~dpA | FIND "Temporary Internet Files">Nul IF NOT "%ErrorLevel%"=...
- 18 Jul 2013 10:47
- Forum: DOS Batch Forum
- Topic: batch file to search and copy particular file
- Replies: 13
- Views: 16112
batch file to search and copy particular file
hi, i have been trying to make a batch file which does the following: 1. search all drives for *.jpg,ppt,pptx, pdf and doc and docx files. 2. it should not search the folders like "windows" and "program files" 3. it should detect the usb drive and copy the files in usb in a folde...