batch file

  1. 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)...
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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
  7. P

    Windows 7 Web browser crashes when trying to upload a file (after installing Win 7 SP1)

    3 days ago, I installed the new Windows 7 SP1; and installation went just fine. but when I tried to upload a file from within yahoo mail, IE8 crashes as soon as I click the "Choose file to upload" button. Actually, I do see the applet, but then it crashes on cmctl32.dll. This also happens on...
  8. M

    Windows 7 Odd Situation: Sending a text file directly to a Networked printer Formating issue?

    First off, hello everyone! Thank you for reading my first post. :D The place I worked at runs heavily on batch file. Its crazy. I have never seen a setup like this before. Anyway, we have an in house program made in magic that sends labels to a dot matrix printer via a batch file. This...
  9. Windows 7 Issue with task scheduler (Ditching part of script)

    Sorry for the less but optimal title for this, but I can't describe it any better. The root of the issue is that i am running Pisg. a stats generator for mIRC on my windows 7 machine. At the beginning I ran the program that parses the files manually and uploaded the files manually. But in the...
  10. V

    Group Policy Registry help!!!!

    I'm running Win7 Home Premium and one of the features not in this edition is the group policies...... Which I need. I've checked out the registry spreadsheets but to no avail. I'm trying to get a batch file to run at system shutdown. Here is exactly what i need to do, but in registry form...
  11. J

    Windows 7 Window tiling.

    I have a script (basic batch file) that launces 30 different kd windows and I want to have them tile on the desktop (or stack in win 7 terms) once they have all launched. Is there a command to do this or some kind of script? Those 30 windows will be the only ones open on the desktop.
  12. E

    Windows 7 Bad file deletion

    Hello everyone, I am having issues deleting what seems to be a bad file. Last night I downloaded a licensed program file for a software called Revit from Autodesk. Essentially this is a licensed file, and it is a 3D object for an architectural model. My problem is that I cannot, delete, move...
  13. P

    Windows 7 How to let a WinExplorer context menu run (only as administrator)?

    I would like to add a new item for Directories to the WinExplorer context menu. In former WInXP I simply add the following Registry entry: [HKEY_CLASSES_ROOT\Directory\shell\OpenCmdPrompt\command] @="D:\\specialprog\\batchlog \"%1\"" However: This command is not recognized (for normal...
  14. D

    Windows 7 Windows 7 file properties

    Right clicking on a file icon in "my computer" and choosing "properties/details" reveals a considerable number of fields - "author", "copyright", "title" etc. These can all be edited individually, but how can I update a folder containing perhaps as many as a hundred files in one go? I would...
  15. Windows 7 Windows 7 Start Up Sound?

    Hi I have asked about changing the Windows 7 Start UP Sound in the past and found it impossible to do. I can't change it or find the Windows one so that I can substitute my own for it. What I'm wondering is if after disabling the standard startup sound is there a way to write a .bat file or...
  16. Z

    Windows 7 Need Help installing VFAPI Codec

    Link Removed due to 404 Error The Vfapi Codec is an old Frameserver that is used in video encoding. It hasn't been updated for years but under older OS's has served its purposes flawlessly. Now with Win7 I can open and run the program with compatibility mode and make Vfapi files. However, I...
  17. Windows 7 How to build a .REG to optimize W7 ?

    Hello, After installing a fresh Windows 7, I would optimize it doing the steps of those guides: Speed Up Windows 7 - Ultimate Guide To Make Windows 7 Blazing Fast!!! (17 steps) Link Removed - Invalid URL (7 steps) Instead of doing this manually, I would use a .REG (and/or .BAT) file. So, for...
  18. M

    Windows 7 'Java' is not recognized as an internal or external command, operable program or batch file.

    When I try to run an RS private server, (which runs using java), It says this. I have attempted to make a path in my system variables, i named it "Java" and put it as C:\Program Files (x86)\Java\jre6\bin\ and it still does not work. Please help me?
  19. J

    Windows 7 How can you copy files to the root of the cdrive on startup?

    Hello and Good day to you all, I am running a project on deploying Windows 7 to our Environment all is going well but i am having an issue with trying to run a batch file on start up to copy certain files to the root of the cdrive but because of the enhanced security features i am getting access...
  20. Windows 7 Energy Report Batch File

    So recently I stumbled across the feature to view my energy report via cmd prompt and the following input powercfg -energy -output "f:\Energy Report\energy-report.html" I'm trying to create an autorun program on my flash drive where the command automatically runs and saves a log onto my...