Hi I made this batch code, to move all subfolders from "C:\1" to a new created folder inside folder "C:\2"
@echo off
set "sourceDir=C:\1"
set "destinationDir=C:\2"
set "newFolderName=NewSubfolder"
mkdir "%destinationDir%\%newFolderName%" 2nul
for /D %%I in ("%sourceDir%\*") do (...
is there any way to add folders to data streams, you can make new text files and apparently store file but it will always error for me, does anyone know how to make folders in data streams or commands that wont error when i try to hide a file?
It seems to me that the well known command
sfc /scannow .....
appends all logmessages to a possibly already existing CBS.LOG file rather than create a new logfile.
Is this correct?
So if I want to have a fresh logfile just with the results from the last sfc run I have to manually delete the...
cbs log
command line
error logging
file control
file deletion
fix command
log management
logging
os integrity
sfc
software utilities
system file checker
system maintenance
troubleshooting
user queries
windows 10
windows 11
windows command
windowscommandswindows tools
Hello, I am trying to open a file [FILE] with a program [PROGRAM]. I have a shortcut of those two on my desktop. When i drag and drop [FILE] on top of [PROGRAM], it works as expected, meaning that [FILE] gets openend correctly by using [PROGRAM] to open it (Similarly to how you would drop a...
cmd
command line
command syntax
desktop shortcuts
drag and drop
file association
file management
file shortcuts
launching programs
program execution
scripts
tech how-to
technical support
terminal
troubleshooting
user experience
user tips
windows 10
windows 11
windowscommands
I recently purchased a budget business PC with Windows XP installed for the main purpose of hobbying, specifically learning how to take a more technical approach using Windows from the console.
Would anyone be able to highlight any books/media that offer good insight into the command-driven...
books
budget pc
cmd
command line
command-driven
console
fedora
hardware status
hobbying
it background
jargon
learning resources
media
memorize commands
removable devices
technical learning
ubuntu
user experience
windowscommandswindows xp
So, I decided to experiment with my game programs with target commands, to learn a little about what each does.
However I am unsure about a few things, and I'm looking for some answers. Here they are:
Are there a list of global target commands?
Do all Target commands work with all programs...
command line
game programs
global commands
program functionality
program limits
software development
target commands
user experimentation
windowswindowscommands
Running the latest version of Windows 8.1, all updated, on an HP i7 4th Gen Quad Core laptop with 16gb RAM and 1TB hard disk. I'm the Admin of my account.
Every now and then, while installing a program (or every time I try to run a Command Prompt (Admin) after hitting Win-X), I will get a...
admin
administrator
command prompt
compatibility
error message
hard disk
hp laptop
installation
program issues
quad core
ram
software
system files
tech support
troubleshooting
updates
user account
windows 8.1
windowscommandswindows issues
Hi,
The name is Aaron and I am having trouble with a command.
How do you display the Internet address, Physical Address and Type of a Ip Address.
Kind Regards,
Aaron
I would love to know if there is a batch file command, or set of them, etc. to have the batch file input a command into another command prompt already opened. Specifically, I mean having it use the 'kickall' command on a minecraft server's command prompt. I would prefer something that is in...
I want to specify from command line that user "Karl" has Full access to local folder (and subfolders)
D:\proj\logs
Which command is recommended here:
cacls or "net share"
What is the difference?
Is "net share" for folders the same as "cacls" for files?
Peter
access control
administrative tools
cacls
command line
file sharing
file system
folder sharing
local folder
net share
permissions
security settings
subfolders
user access
user management
windowscommandswindows networking
An alternative to the shutdown menu is clickable shortcuts.
Right-click -> New -> Shortcut -> Location of the item:
Shutdown Computer
Shutdown.exe -s -t 00
Restart Computer
Shutdown.exe -r -t 00
Lock Workstation
Rundll32.exe User32.dll,LockWorkStation
Hibernate Computer...