I have a list of csv files that have to be copy into a list of folders with same names. Rather than manually cutting each one into the corresponding folder, is there a trick of doing this in windows?
Hello!
I need to recursively to remove all extensions PRG and P00 on single partition.
I know that recursively can work XCOPY, but renaming is other task.
How to create batch to remove all these extensions of files and folders (if exist) recursively?
Thank you for each help, suggestion or...
I want to execute a PowerShell command from Command Prompt.
This should be done by entering ONE command!
I DO NOT want to start PowerShell first and then enter the PowerShell command.
Instead I want to enter something like
powershell.exe -command "......."
How does that work in detail on...
So I have a lot of pictures (jpg files) I need to rename. 001.jpg all the way up to 621.jpg. I have different pictures with the same numbers. Is there an easy way just to rename them, like put an I in front? Like I001.jpg all the way up to I621.jpg
Appreciate all the help
Mike
Hi guys,
Our company’s environment consists of mostly Win10 machines but we still have some lingering Win7 boxes. Our email is hosted by Office 365 and I’ve recently hopped onto the Azure Active Directory wagon to get our environment more secure. Off the bat I was having troubles adding our...
autoworkplace
azure ad
bat script
conditional access
device management
hybrid join
installation
it support
microsoft
network share
scripting
security
troubleshooting
windows 10
windows 7
workplace join
One folder has many files that all contain some notes for a particular name.
The names are already in a txt document one line after another that I plan to edit into a batch program.
Tabbed over from the names is the filename that contains the info needing to be appended.
Example:
{Larry)...
Hi guys,
first of all: happy easter!
I am new here and i am not quite sure if it's the right sub. sorry if not.
I need help for a little script. I want a .bat or .vbs that does the same as "Win+p" => "second screen only".
And for sure a 2nd script for => "Win+p" => extend.
Is that even...
Hello. I have several hundred text files in a folder. I would like to replace the text "Hello" present in every files with the actual "filename".
How to do that? Can I use a Script or PowerShell?
Thank you!
I'm having a hell of a time getting php to return a string.
I don't know where they are going to install my batch file so I set the file location via %~dp0.
there are 2 functions in my .php file, one to process color another to process Joomla's Version. The joomla one worked fine until I made...
Hi,
I have been having an issue the past few months, but I have never really come up with a decent idea on how to work around it.
It concerns a USB-hub that I'm using that my copy of Windows, for some reason, reinstalls every time I reboot the computer. I'm pretty sure that there must be some...
automate tasks
batch file
command line
configuration
conflicts
device conflicts
device manager
driver issues
hardware
installation
reboot
scripting
system commands
tech support
troubleshooting
uninstall
usb hub
windows
windows command
windows help
I'm having to create a set of batch files for a class. My instructor is no help. I have included the assignment. Is there anyone out there who can help me?
1. Create a batch file called DD.BAT. This batch file should display the files on the root of the HOMEWORK drive in date order with the...
I would like to know is it possible to make a cmd program in #C to monitor windows processes?
CMD Starts and automatically sends tasklist command every 10 seconds. If new process starts during that 10 seconds it opens TXT or another CMD windows to inform me that process name and location...
automation
batch file
c sharp
cmd
command prompt
development
monitoring
notifications
process management
processes
programming
scripting
software
system tools
task manager
tasklist
text file
windows
windows api
Three times a week, John Savill tackles your most pressing IT questions. Today learn about using your own images to create a VM using PowerShell, wiping a disk when using the Windows PE environment, and how to execute a PowerShell script in Windows PE.
Continue reading...
We are excited to announce a preview version of a brand new WinDbg. We’ve updated WinDbg to have more modern visuals, faster windows, a full-fledged scripting experience, built with the easily extensible debugger data model front and center. I’ll start this by saying that WinDbg Preview is using...
anniversary update
bug fixes
dark theme
data model
debugger
documentation
extensibility
feedback
feedback hub
installation
model windows
preview
quality improvements
recent targets
scripting
user interface
visuals
windbg
windows 10
windows store
Hi all!
I'm trying to execute a program(veracrypt) to open a volume thru ssh, but i can't, I've tried the runas command..
I'm running bitvise ssh and connection with juicessh (android)..
Been trying for two days, but nothing..
.. Anybody that have any suggestions?
So I guess this is probably not the right place for this, but frankly I don't know where to look! I'm trying to get a list of folder contents (preferably including sub folders), so literally just the file names, exported as a text file or csv, or something that I can manipulate the data with...
advice
automation
community
contents
csv
data manipulation
export
file management
file names
folder
help
scripting
subfolders
support
text file
utilities
windows
In DOS batch scripts under Windows 7 there was a function "timeout" which stops the execution for n seconds.
This command seems to be replaced by "sleep" in DOS batch scripts under Win10.
Is this true?
Peter