batch file

  1. T

    Windows 7 How to define task to run when computer wakes from sleep

    Using Task Scheduler, is there any way to define a task that will run each time the computer wakes up from sleep? Or is there some other way to do that? I have a batch file that needs to be run each time the computer awakens from sleep. But I don't see an option for that under Triggers.
  2. N

    Windows 7 How can i run .bat file as Admin?

    Hi, I want to know how can i run a Batch File as administrator since the Run as Administrator Check box in Compatibility tab is gray (can't check)? This is the Batch File: @echo off cd /d "C:\Program Files (x86)\Ubisoft\Far Cry 2\bin" start /real time FarCry2.exe So please Advice me how...
  3. M

    Windows 7 netsh mbn show interfaces results in command not found on Win7 64Bit

    Hi, I'm trying to run "netsh mbn show interfaces" from a .bat or .jar file on a Windows 7 64bit system but every time I run my file, it results in "The following command was not found mbn show interfaces". When I run that same command in a cmd.exe prompt, the result is correct and as...
  4. W

    Windows 7 Access Denied Batch Error

    So When I type the command windows.bat (vmware unlocker) i get access denied HELP
  5. W

    Windows 7 Batch File Error - Access Denied

    Hi Guys, So, Basically When I Hold Shift+Right Click On a Folder And Open Command Prompt Here I Get Access Denied... HELP ME PLEASE :silence: Cheers Weller :D
  6. J

    Windows 7 Network mapped drive to Windows 7 system dropping connection

    I have two Windows 7 Ultimate computers and around 10 Windows XP (Home and Professional, SP2 and SP3) computers trying to connect to it. It's just a LAN (no internet access). I have set all of the password-protected sharing off on the Win 7 systems. I have tried opening up ALL of the...
  7. T

    Windows 7 Runas and chkdsk

    Running a clean installation of Windows 7 Home Premium, 64-bit, fully updated. I'm writing a document that I would like to include a hyperlink to a shortcut or batch file that the reader (my daughter) can simply click on and it will run chkdsk via batch file in a command prompt. When I run it...
  8. flip66

    Windows 7 Enviornment Variables will not stick through CMD or Power Shell (even if I run them as admin)

    I have tried numerous times in both Command Prompt and Power Shell to set the Environment Variable for "Path" and it will not stick. I have tried running as admin as well. If I test it in the open CMD or Powershell Window it seems to stick, but if I open a new window it is gone. If I go through...
  9. adamquadmon

    Windows 7 Script for change files permissions

    Hi, I've a problem with a software that create some files, those Child objects do not inherit permissions from their parent as expected. To solve this issue I have to manually edit the parent permission and give to his childs the same permissions of the folder itself. The checkbox solud be...
  10. Elmer

    Windows 7 Kill Explorer Context Menu Switch

    If you're into modifying system files etc. you'll soon get fed up of logging out/in or using Task Manager to stop and re-start Explorer.exe all the time. Even if Explorer has died and you can r-click the desktop this will save you logging out/in or launching Task Manager (Ctrl+Alt+Delete)...
  11. P

    Windows 7 How to create a shortcut to a *.bat batch file in the SAME (unknown) folder?

    I have written a batch file (e.g.aaa.bat) which can take several paramters and runs fine as long as I enter the start command at the command prompt e.g aaaa.bat -start -log In order to avoid always having to enter manually this command I created a shortcut to this batch file and placed it...
  12. P

    Windows 7 How to change "My Documents" env var temporarily for a certain GUI program?

    Ok, I know, I can change/set environment variables through Control Panel--->System The current environment variable values are fine for most of my programs. However there is one program which puts some config files into the folder which is currently defined as user variable "My...
  13. J

    Windows 7 Specifying which network device a program can/should use

    Greetings all, I am wondering it is possible for me to specify which network device a program should use when executed. Currently, I have a wireless and wired connection on my laptop. 99% of the time, I don't care if it is using the wireless and in fact, I'd prefer it since I often have to...
  14. M

    Windows 7 Temp staging files for copying later-folder pointers

    I have a lot of directories that need to be transported via USB drive later (the files/folders vary each time). I want the files to remain in their original location, but have some kind of folder or structure where I can group the folders so that when I need to copy them, it is a simple matter...
  15. B

    Windows 7 How to get CMD to run in non-fullscreen mode

    I've been playing around with some batch files, and was trying to get the cmd to run in fullscreen mode. I used the same technique that i used in windows XP, using the line:"reg add HKCU\Console\ /v Fullscreen /t REG_DWORD /d 1" in a batch file to make the cmd go fullscreen by default. Now my...
  16. Elmer

    Windows 7 "Sleep is not recognised" etc. Error in Batch File

    I have a batch file that I use to: Create a restore point, then swap out my modified system files. I store the "Sleep.exe" file in the same folder as the batch file. The script goes something like: echo Please wait while a Restore Point is made. sleep 17 Take ownership,Rename Replace, Blah...
  17. T

    Windows 7 running .bat each time computer starts

    i would like to if its possible on windows 7 to run a bat each time computer starts from HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run for example of from startup or its just not possible because of the uac ? i dont want to use task scheduler
  18. kaos

    Suggestion : Reputation / groups

    hi, i had a suggestion for the website so i hope people can see my idea IDEA 1 i though of having peputation reputation can be given if some one has given good and helpful , i no there is the "like" option if some one likes the post however i thought the idea can be more aimed...
  19. P

    Windows 7 Set individual cmdprompt windows sizes (num of rows/cols) for different batch scripts?

    When I start a DOS batch file *.bat procedure then a cmdprompt window opens with the default number of columns and rows. In old WinXP I could pause the batch script and change the number of columns/rows of this terminal/cmdprompt windowa as well as other parameters like font size. AND...
  20. D

    Windows 7 Win 7 Batch file needed

    Hi Can someone help me with a batch file that will delete the files in the c:/program Data/microsoft/windows/DRM folder on a Win 7 PC? Thanks in advance. Derek
Back
Top