Search found 2 matches

by v444
07 Mar 2022 02:40
Forum: DOS Batch Forum
Topic: progress bar while copying (xcopy)
Replies: 4
Views: 12691

progress bar while copying (xcopy)

Hey guys,
can you please help me to add progress bar, or a percentage while copying files using xcopy.

Code: Select all

xcopy \\drive\tech\Install\Databases\Oracle\win32_11gR2_client C:\OracleTemp /e /y > nul
by v444
13 Jan 2021 01:13
Forum: DOS Batch Forum
Topic: script to delete user
Replies: 1
Views: 2779

script to delete user

hello guys, im new here :oops: . can someone help me please :?:
i need a script with following conditions:
1- run on windows start up
2- check the users profile if not logon more than 30 days on this PC, then delete that profile. (not include the administrator profile) :!:

thanks in advance.