-
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.- James Anderson Jr
- Thread
- batch file command line delete folders recursion thumbs.db windows 7 windows 8 windows vista windows xp
- Replies: 1
- Forum: Windows Help and Support
-
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...- Xisumavoid
- Thread
- batch file command prompt default programs file association file types registry reinstall windows troubleshooting user choice windows 8.1
- Replies: 2
- Forum: Windows Help and Support
-
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...- mardique
- Thread
- 2012 r2 access issues batch file cmd file sharing login net network network drive script execution scripting server interference system error troubleshooting user account windows 7 windows server
- Replies: 1
- Forum: Windows Help and Support
-
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...- deadbeatffs
- Thread
- access control automated testing batch file driver installation firewall installation issues program functionality quality assurance remote code execution scripting security silent failures ssh testing user account control validation virtual machine windows 8.1 windows defender workflow automation
- Replies: 1
- Forum: Windows Help and Support
-
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...- Lisa Brooks
- Thread
- batch file command line context database error handling execution expansion file management file renaming moving files oracle path issues scripting spool files sql stored procedures troubleshooting variables
- Replies: 1
- Forum: Windows Software
-
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...- Monkihunta
- Thread
- audio files batch file cell formatting file list file management file size scripting windows wordpad
- Replies: 1
- Forum: Windows Help and Support
-
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...- bishop144
- Thread
- access denied automation batch file command line computer copy command file management programs scripting system settings tech support
- Replies: 7
- Forum: Windows Software
-
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...- Slava Brovdiy
- Thread
- 7.1 audio audio audio settings batch file configuration default device dialog box headphones shortcuts windows 7
- Replies: 1
- Forum: Windows Tutorials
-
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...- goshenBleeping
- Thread
- administrator avira batch file execution scripting services shortcuts user account windows
- Replies: 5
- Forum: Windows Help and Support
-
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...- Eawedat
- Thread
- backup batch file command line dos error file management scripting virtualbox windows 7 xcopy
- Replies: 2
- Forum: Programming and Scripting
-
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- anwar ahamed
- Thread
- automation backup batch file c drive d drive data recovery external drive file management scripting windows tools
- Replies: 3
- Forum: Windows Software
-
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...- jonnyzthename
- Thread
- autoexec batch file boot.ini command line configuration files data recovery error handling file deletion file management file restoration file security ntldr recovery system files system restore troubleshooting webroot windows windows error windows tools
- Replies: 1
- Forum: Windows Help and Support
-
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...- vlad2005
- Thread
- alias batch file capture computer setup control panel devices encoding error resolution ffmpeg lifecam microsoft recording registry scripting software technology trademark utf-8 webcam windows
- Replies: 3
- Forum: Programming and Scripting
-
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...- Ed Mullen
- Thread
- batch file calendar sync command line network process management remote access taskkill tasklist troubleshooting windows 7
- Replies: 1
- Forum: Windows Networking
-
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...- GTXPlayer
- Thread
- 32-bit attributes batch file command line custom resolution executable gaming scripting startupcommand windows 8.1
- Replies: 1
- Forum: Windows Help and Support
-
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...- Ninethe
- Thread
- administrator batch file elevation file extensions hkey_users nircmd regedit registry script error uac windows 7
- Replies: 1
- Forum: Windows Help and Support
-
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...- Jacob Keese
- Thread
- batch file hotfix iexplore kiosk mode pc shutdown scripting simultaneous taskkill update windows
- Replies: 1
- Forum: Windows Server Forums
-
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...- DeMajrea
- Thread
- automation batch file compatibility computer disk management error handling execution explorer feedback file explorer file management licensing old software photoshop programming scripting software taskkill user guide windows 7
- Replies: 1
- Forum: Windows Software
-
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...- ieuagn321980hr
- Thread
- automation batch file cleanup configuration error handling file attributes file management hidden files installation maintenance media player program files scripting setupcomplete temp files user account user data windows 7 windows tools
- Replies: 1
- Forum: Windows Upgrade and Installation
-
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...- Juraj
- Thread
- automation batch file chrome cmd command programming scripting search wikipedia windows
- Replies: 1
- Forum: Windows Software