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...
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...
alias
batchfile
capture
computer setup
control panel
device
encoding
error resolution
ffmpeg
lifecam
microsoft
registry
script
software
technology
trademark
utf-8
video recording
webcam
windows
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...
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...
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...
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...
automation
batchfile
cleanup
configuration
error handling
file attributes
folder management
hiding files
installation
maintenance
program files
script
setupcomplete
start menu
system tools
temp files
user accounts
user data
windows 7
windows media player
Hello, can you help please, my reliability monitor is not working, it runs as per the schedule but does not produce any data, my problems started recently following a small corruption with the library docs, this corruption caused the R/monitor to run continuously, I rectified this error with a...
I have a log file that is waiting for an answer to the overwrite command.
I can't delete the log and I can't delete the file because it says it's in use(both files)
Rebooting is pretty much not an option..... thanks, Linda
ile: Link Removed
Searching... ...
whenever we login in windows server 2003 , network drive get disconnected .only if
when we right click on shortcut of software installed in network drive it get again mapped.
we have tried several tricks:
net config server :autodisconnect =-1;
net use \\conquesr-srv\v440
even than drive doesnot...
Assume I am playing a video or an mp3.
Yes, I know how to turn off audio inside audio speaker controls.
But I don't want to fiddle around with menus and dialogs. Instead I want to handle it as easy as possible with ONE (DOUBLE)CLICK.
I can imagine that there is a utility whose shortcut...
Windows Firewall settings were exported to a .wfw file.
The settings take effect if I manually import them through gpedit.msc and click to import the file.
What I really want to have happen is a batch file executes the following: netsh advfirewall import c:\firewall.wfw
For some reason using...
Hello,
I have a batch file that I am using to change the various items on my computer. I put the changes in the registry and then use the following command to implement the change
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters
This approach worked great in...
I was writing scripts in batch file......But after some time, explorer started crashing repeatedly n frequently, so i had to do the system restore in safe mode.....After system restore, i lost my batch file,which is very important. So i wanted to undo the restore, but it is not available, i...
I was writing scripts in batch file......But after some time, explorer started crashing repeatedly n frequently, so i had to do the system restore in safe mode.....After system restore, i lost my batch file,which is very important. So i wanted to undo the restore, but it is not available, i...
I have created a batch file to run three programs. However it doesn't run the first two just the last one. Whenever the batch file is running I see a window open and quickly close when each of the first two programs are requested to run. The window is only open for a second so I cannot see...
How can I convert the batch below for Windows 7 Pro 64 bit. When I ran this batch in Windows XP; it worked! but not on Windows 7 Pro 64-bit. What this does? For example: I go to John Smith PC and you noticed that his username is smithj and domain: @@@@ was the last person that logon to that...
I was trying to get the 'CD' (change directory) DOS command to work with
input redirection (left arrow), but could not do so, tho, thank goodness,
I found PUSHD&POPD so I no longer need CD in my .BAT now. However, I could not
get any of these commands to work either: TYPE, MORE, and especially...
batchfile
cd command
command execution
command line
console input
dir command
dos commands
error handling
file paths
input redirection
peekconsoleinput
readfile
sp1
type command
win32 api
windows 7