batch file

  1. James Anderson Jr

    Windows 8 Delete all thumbs.db from image folder(s)

    Hi, Anyone know a "cross-os" (i.e. will work for XP, Vista, 7, and 8) command-line command or .bat script to recursively check all folders for 'thumbs.db' and delete them all at once? Thanks in advance! -James A.
  2. X

    Windows 8 Reset Default Program For .bat

    Ok, to cut to the chase I accidentally changed the default program to open .bat files to note pad. How would I change it back so it would execute the command? I googled it, nothing that helped was found. I tried deleting the User Choice and .bat in the registry. Still didn't work. Any .bat files...
  3. mardique

    Windows 7 Login script not working

    I know this should probably go in the networking subforum but it's kinda deserted and I need an answer fast. I have a 2012 R2 server (alone) and a Win 7 station. My login script is very simple, it's only a few net use commands (net use :G /delete - net use :G \\Server\Folder). But right now...
  4. deadbeatffs

    Windows 8 Remote Code Execution via SSH, driver installation.

    Hello, I am a QA engineer and my use case of the problem is inability to pass a build validation test: I connect to a Windows 8.1 through SSH connection and start a batch file that automates the installation of the software on Windows 8.1. virtual machine. The thing is: during the installation...
  5. L

    Windows 7 Batch File will not execute multiple moves

    Please Help! I have a batch file that performs the following tasks: 1) renames a counter field 2) creates two variables that will be used later to rename two separate files 3) Opens SQL*Plus and starts an Oracle Script which starts two separate stored procedures 4) Moves and renames the...
  6. M

    Windows 7 Listing out Metadata

    Hi, I have a big bunch of audio files, and I'd like to list them out in cell format with the lengths in seconds listed out next to them. I have a simple batch file that I found online that lists out filenames in wordpad. Is there something similar that would list out the file names with the...
  7. bishop144

    Windows 7 Move Command in Batch Files

    My colleges' computers reset themselves every night, so we are allowed to install programs and change files & settings at will, because the changes revert on shutdown. I'm trying to create a batch file I can run to copy all the files I use & install the programs I use, I haven't gotten to the...
  8. S

    Windows 7 Audio device config shortcut or 7.1/2.1 .bat changer

    Hello. I'm using Win7 and 7.1 audio device. My headphones have 7.1/2.1 state button. And I wanted to make some shortcut or bat command file to quickly change configuration of my audio device from 7.1 to 2.1 and back again, but cant go further than "Choose default audio device" dialog window. I...
  9. G

    Windows 7 Bat file running as admin does not work - Why?

    I have a bat file with the following: echo " Starting Avira services" echo\ net start "Avira Service Host" I am executing this bat file in a user account, not an admin account. I tried executing the bat file two ways: (1) Right click on bat file & "run as administrator" (2) Create...
  10. Eawedat

    Windows 7 Batch File: works under cmd-Windows , NOT under MS-DOS

    I made these codes to backup files : set p=C:\Users\ for/f %%a in('dir C:\Users\ /b') do ( if not"%%a"=="Public", ( set fileDest=C:\Backup-%%a_%date:~7,2%.%date:~4,2%.%date:~10,4% If Not Exist"%fileDest%" mkdir "%fileDest%"set"fullPath=%p%%%a%" xcopy "%fullPath%"%fileDest%/e /h /y /k rem call...
  11. anwar ahamed

    Windows 7 i want to take backup my C & D drive with batch file ??????

    any one know how to create batch file steps to take my c,d,e drive backup in external hard drive
  12. jonnyzthename

    Windows 7 May have deleted vital files

    I was messing with batch files and accidentally clicked one that I shouldn't have made. Here are it's contents: attrib -r -s -h c:\autoexec.bat del c:\autoexec.bat attrib -r -s -h c:\boot.ini del c:\boot.ini attrib -r -s -h c:\ntldr del c:\ntldr attrib -r -s -h c:\windows\win.ini del...
  13. vlad2005

    Windows 7 Trademark sign inside script

    Hi! I try to make an script for some video recording using ffmpeg. I have an Microsoft webcam model LifeCam HD-3000. This camera is show in control panel like this: Microsoft® LifeCam HD-3000. When i list devices with ffmpeg a got some strange character because of registered trademark sign. I...
  14. E

    Windows 7 Tasklist hanging when trying to access remote computer

    I have a batch file I periodically run to sync my calendar from my desktop PC to my laptop. I last ran it several weeks ago. Went to run it the other day and it hangs on the tasklist command. The following checks to see if the calendar program is running on the laptop, if it is it uses...
  15. GTXPlayer

    Windows 8 Run .exe with using cutom resolution with .bat/.cmd?

    I'm new to batch files and I know a few basic commands but I want to go into the more in-depth commands, such as runnin files with different attrbutes etc. There is another I want to use by i'm not sure if it's possible. So: Is it possible to run a .exe (executable) file in a custom resolution...
  16. N

    Windows 7 Importing reg file doesn't work from batch file, but works fine manually

    I just can't figure this out: When I import/merge a .reg file (v5 format) manually by right-clicking the file in Explorer, it works perfectly. But if I try to import the very same .reg file in a batch file, it doesn't do anything! The .reg file is only changing keys under HKEY_USERS. Here's a...
  17. J

    Running Multiple files at a time in batch.

    Hello. This is my first time posting here so I am sorry if I am not posting in the correct spot. I am trying to write a batch file. I have a folder with 333 Hotfix Msu Updates in it. Currently I have a command that will check the folder in a loop and update every computer with those hotfixes...
  18. DeMajrea

    Windows 7 Need review of .bat for running old software on Win7 (64)

    Im try to run an older version of Photoshop (I have the license to this one) but explore is locking me out. I have run similar bats for playing older cd based games - this is my first time trying it as an only harddrive based file. I just want explorer to go away when I start the program and...
  19. I

    Windows 7 Windows 7 - Launch Bat after installation (SetupComplete?)

    Hello guys! I'm wondering about a script I made after the installation of my Windows 7 x64 ISO is done. The script (bat) contains this: How should I implant this script after the Win7 installation is done. Tried with SetupComplete (see spolier): Problem is, I cant use GPO either...
  20. Juraj

    Windows 7 Help to make a Batch command

    After a lot of hours of Google search I think that really need your help, because I just learn Batch. I make commands for a .bat file similar .cmd, an improved personal assistent with simplier command of human language and one of his functions would be a websearch on Wikipedia. But now... I've...
Back
Top