Created A Batch File To Backup A Few Things?
Oct 27, 2010
I have just created a batch file to backup a few things on my machine, the thing is the batch file has a menu in it and i was wondering if i was to set the batch file to run under task scheduler say once a week is there a way i can get it to excute through the menu of the batch file? if not when the task scheduler runs it, it will just stay a point waiting for me to press enter.
View 9 Replies
ADVERTISEMENT
Aug 19, 2012
So I am trying to create a batch file that will copy certain folders from the My Documents and Program Files 86 folders. Of course these are protected. I can make a batch file and use robocopy to copy other files just fine. How can I set admin privileges? Or whatever it is I need to do to make it work? I am using group policy editor to run the bat file on shutdown.
Example:
Robocopy C:Folder D:Folder
that works fine...but when I try copying files out of Program Files x86 or My Documents the batch fails
View 9 Replies
View Related
Apr 8, 2012
Is there a way I can create a batch file so de-fragment my hard drive, once that has finished, backup to an external hard drive, and then one that has finished shut down the PC?
View 2 Replies
View Related
Jul 1, 2011
I am trying to create a batch file that runs 3 other batch files. Right now, it works fine using the call command on each other batch file. However, these other batch files take awhile to run. and so the entire process takes a very long time, since each "sub" batch file is run only after the previous one is finished.I was wondering if there is a command or way to start a batch file fro the top-level batch file, then go on and start the next batch file before the previous one is finished. In other words, I want the sub batch files to run in parallel in the background. (similar to the '&' in Unix).
View 1 Replies
View Related
Aug 9, 2011
I created an image using the Microsoft Backup and Restore tool in Windows 7. I saved the image on a network shared folder.I then went to the Advanced Recovery Methods in Windows to restore my image...that I just created. It restarts the computer and goes into recovery mode, I point to where the image is located, I entered the network credentials and it give me an error. "The Specified network resource or device is no longer available. (0x80070037)"
View 5 Replies
View Related
Oct 30, 2010
How to create a batch file that will move files based on the file type?My Requirement : I need a batch file to copy all .doc files in all my HardDisk to aremovable disk say (Z: drive) . Can anyone make it possible using a batch file
View 4 Replies
View Related
Jul 15, 2012
I have a 300GB hard drive that I am trying to attach. After attaching the VHD file and selecting the backup files on the hard drive the device apparently attaches but no drive is created with the next available drive letter so that I can explore the contents of the drive.
View 2 Replies
View Related
Jan 11, 2012
My laptop is 6 months old - sony vaio. Do I require to create System Repair Disc? I have taken back up in external hard drive. Also have created windows 7 backup in three separate DVDs.
View 1 Replies
View Related
May 29, 2012
I have a system image created in Vista with external, internal hard drive is done. i replaced internal and installed windows 7. Can i use any of the information from this system image backup? Is there anyway to read the drive and pick out some of the important files? i don't need the whole system restore but would like as much of the old info as possible.
View 1 Replies
View Related
Nov 23, 2010
I've just recently realized that copying folders to a backup hard drive resets their "created" date. Should my computer ever crash, all my backup files will state to have just been created on that certain date. Me, being the organize-freak I am, have been looking for a solution so my backed up files can have the same time stamps as on my computer right now. I've done a little searching, and have found that people always recommend Robocopy. Problem is, I can't understand a word of the tutorials. How to run Robocopy to carry out what I want? And also just for the heck of it, is Robocopy the only solution? Is there some sort of back up program on Windows 7 that can do that?
View 3 Replies
View Related
Aug 21, 2011
Can someone show what a batch file would look like for use in Win7?Secondly the method for writing same batch file please.I want copy a file or files to the desktop before shutting down or rebooting and secondly copy same file/files to their original location after booting.
View 2 Replies
View Related
Mar 10, 2011
How could I run a batch file as an administrator without any user involvement. I just want when the file is clicked on to start running as an admin because it is copying files in the Programs directory and cannot do it without administrator privileges.
I have this... runas /noprofile /useran-SlateDan cmd but that requires me to have to type my password, and also just opens up a new shell and does not actually elevate the shell that it ran in.
View 11 Replies
View Related
May 27, 2011
To cut a long story short, I decided to try out a demo for a games which is coming out, and a friend gave me the file (it's a FREE demo mind you) and I didn't really like the game so I want to uninstall. How do I go about that?When I installed the game at first, it installed via one of those command prompt boxes.
View 3 Replies
View Related
May 4, 2010
is it possible to batch file name in Windows 7?
I have many videos and music that needs renaming often but i'm wary of 3rd party apps. I use to use rename-it! back when i had vista and xp but it hasn't been updated for Windows 7
View 9 Replies
View Related
Sep 15, 2010
How can I convert a batch file (script) into .exe file in Windows 7?
View 4 Replies
View Related
Oct 29, 2010
I tried to run this simple copy batch file and get no results. copy "c:aquariumaqrabases*.*" "N:"
View 4 Replies
View Related
Mar 16, 2011
I've made a batch file, but i don't know how to make it to always run as administartor. In .bat's file properties the option "always run as administartor" is grayed out. I have to right click it and then choose "run as administartor" from context menu. But i don't want to do it every time because it's annoying, is there any way to make run as admin if option is grayed out in properties?
View 1 Replies
View Related
Nov 23, 2011
I have 2 files that are in the same directory which I want to start one after the other.I have created a simple batch file like this which opens 2 files at the same time. ExampleStart Server.exeStart Game.exeIs it possible to leave say a 10 second gap between opening the Server.exe and Game.exe? Also is it possible to quit Server.exe when I exit Game.exe?
View 2 Replies
View Related
Nov 8, 2012
I am looking to convert cvs files to xls with a batch file.
View 3 Replies
View Related
Dec 22, 2012
is there a simple program that converts batch file to .exe file? I found this: Bat To Exe Converter - CNET Download.com But some users say its virus/malware. Can someone confirm that or give a diffrent link?
View 2 Replies
View Related
Mar 17, 2011
hei hava batch file that shutdowns my windows 7 pc at certain time everyday. (night). how can i get this to run daily. currently it runs on the day i "excute the batch file". for certain reason, i don't want to use the "Schedule Task" to do this.
View 11 Replies
View Related
Jul 25, 2012
I am looking for a batch file to log in to SharePoint web site which has credentialsNot sure on how to pas the credentials using Batch file
View 3 Replies
View Related
Dec 4, 2011
I've tried to have a dump file generated on crash but it's not getting written. I followed the following page to set up how Windows would create my dump files:
Dump Files - Configure Windows to Create on BSOD
I had a few crashes of different types - photos attached. I also attached the zip file as per instructions from here: [URL]
View 4 Replies
View Related
May 28, 2012
Every few days , (could be 4. or 5 days) my computer rebooted by itself and I get a error code 41 kernel power, the system rebooted with properly shuttiong down. A dump file is not bering created. This started in beginning of may. Until then this never happened. This happened when windows is in low use or idle. Microsoft took control of my computer and could not find why it happens Again I am not getting a dump file to check. hard drive tesr--wiith Hdd reginator and check disk no problems?memory test no problem?cpu test by intel softeware diagnostic tool no problem and cpu is cool?test with asus al suitee and cpu temp is 32c and system temp is 31c? virus check with kaspersky and no virus
windows 7 64 bit
malibastes free software
superanitspyware free software
kaspersky internet security
i7 processor, asus motherboard,
2 teribite hard drives,850 corsair watt power supply
h50 cpu cooler, 12 gig 1600 speed balastic memory,
evga gtx460 1gb exhaust ddr 5 memory
creative xfi extreme gaamer sound card
View 1 Replies
View Related
Jun 18, 2011
I've created a slideshow file, using FastStone Image Viewer 4.3, and pictures I took myself in our back yard. The file is *.exe and self-executes correctly on my computer. I've scanned it with MSE and it's clean and virus-free.I want to send it to our daughter, using my Hotmail account, as a normal attachment to a normal email msg. But Hotmail blocks it completely since it's an executable file type.So I tried to just rename a copy of it on my hard drive, first, to *.txt. But when I select the *.exe filename and then click Rename, I can't seem to get access to the extension part of the current file name; the exe after the dot. So is there a way I can change the file type in windows from "application" to a type Hotmail so windows won't block as an email attachment? Then tell the recipient to change it back to *.exe on her end?
View 2 Replies
View Related
Nov 24, 2012
I've got this folder. In this folder are 643 sub-folders. I want to change the icon of all of those folders quickly, because doing it manually would be horrible.
Each folder has to have it's own icon. Not all the same one.
Currently the .ico's are in a folder with all the exact same name as the folders they need to be matched with. (if I sort by name, they'll all be in the exact same order, if that helps anything)
example: Mainfolder/A/ needs to have icon "A.ico"
So I've been kinda searching around and it seems things like this can (or not) be done with a batch file, and the desktop.ini. Or something..
View 2 Replies
View Related
Oct 27, 2010
I have a batch file that I used on XP to run an MMC that I created for common management tasks. In the MMC I have the ability to run regedit as a root forest domain privileged user (for remote system registry editing), password resets (using AD) remote computer management, and several web links for common sites the team uses. I did this so it was all in one place and it worked awesome in Win XP. When I run the batch file it reports that the directory could not be found.[CODE]
I have verified that runas is in the same place as in XP, as well as MMC. I have run the batch file with elevate access as well as run the command prompt with elevated access (in fact that was copied from an elevated command prompt). The account I'm running it on has admin rights on the box, though UAC is set, I own both the account this was run from and the "root forest" privileged account, this account is NOT a domain admin.This is all being done on Win 7 Pro in a large enterprise domain environmentthis batch file worked and still works on Win XP in the same environment.
View 4 Replies
View Related
Nov 17, 2010
Tried writing a batch file to open a few programs I use together regularly, but which I don't want all the time on startup.I've tried:
start �Maxivista� /d �C:Program FilesMaxiVista Pro ServerMaxiVistaAll.exe"
start �Netbeans� /d "R:Program FilesNetBeans 6.9.1in
etbeans.exe"
start �OfficeTime� /d "C:Program Files (x86)OfficeTimeOfficeTime.exe"
Start "WampServer" /d "R:wampwampmanager.exe"
[code]....
I've tried setting it to run as Admin, but the check-box is greyed out....
View 5 Replies
View Related
Jan 15, 2011
if servicename is running, do nothing.if servicename is not running, then start servicename, then record the date and time.based on my search [COLOR=blue ! important][COLOR=blue ! important]online[/COLOR][/COLOR], here is what I have so far.
[code]...
It looks like that the If statement is not working. Every time I run this batch file, it runs through all the command lines.and I got a error message said the service is already running.
View 6 Replies
View Related
Feb 28, 2012
I have a few different batch files setup to map drives depending what state the user is in that runs upon logon...I am wanting to make it silent, because users tend to close out of it sometimes before it has been completed. Or at least run it minimized?It is ran from active directory...I would create a script, but I would have to change each user in active directory
View 1 Replies
View Related
Oct 16, 2011
Is there a way to make a batch file that will automatically change Services? My main goal here is to 1 click edit all the services I change from disable,automatic, and delayed. I use the same settings for the entire family that I am tech support for so it makes life easier.
View 2 Replies
View Related