Description:
Microsoft Windows 2000 newsgroup.
|
|
|
task scheduler tāches
|
| |
Hi
Thiscode works nicely:
@echo call z-last-DATE.cmd
set /A _ww=%date%
set /A _xx=%_ww% - %_dd%
@echo %_xx%
set /A _DD=%_xx%*-1
set /A _D=%_DD%+1
@echo .
@echo .
@echo %_D%
except if I call the cmd file from the task scheduler. In wich case I have a prompt about missing parameters. I think the cmd extension are not on with the task scheduler. Maybe that is the problem.... more »
|
|
Echo does not return variables
|
| |
Dear all,
I have a weird issue for you.
Below you find find a script that I made, that is intended for use
during an upcoming Sharepoint Migration.
This is what it does: in c:\temp\users-to-migrate.txt there is a list
of users that exist on our internal LAN domain controller, and on an
domain controller outisde of the firewall. The thing is, is that the... more »
|
|
for do if
|
| |
Hi everybody, I have many images in a folder and I want to delete 4 files every five files . That is to say keeping only one fift of the images files. set a=0 for /r %i in (*.png) do if %a% LSS 5 (set /a a+=1 & del "%i" ) else (set /a a=0) The variable a does not seem to be set to zero has if %a% keeps... more »
|
|
Byepasing Firewall and Web filters
|
| |
Originaly Posted in Ma Blog with images: [link]... There are So many talk Going on Our Group In Facebook Page About Proxy ..and everyone is Giving thier own suggestions(Appreciated), Phil , Risabh , Kevin , Udomang , Dheeraj , BLak dayz ,Tony ..Thank fr... more »
|
|
Unlock - Copy - Delete Path Too Long files
|
| |
[link] - Delete/Copy Path Too Long Files Quite often after you have completed your work on the computer, you will try to delete useless folders and files to free up the space on your system but you are unable to do so. Whilst deleting these data you may have encounter error message such as cannot delete file,... more »
|
|
Cracking WEP For Beginners
|
| |
Full article : [link] Fellas How u all doing..!! Am Rolling out with a Hard time..So i cant posts threads Everyday as Before, But i am doing tha Best as wat i can..Now we gonnna see how to crack WEP (I believe u m8 be read my previious threads, regarding Wireless terms, i explored in last month... more »
|
|
ANN: Windows Admin Script Tools 7.2
|
| |
Windows Admin Script Tools 7.2 Home page: [link] What Is It? Windows Admin Script Tools is a set of utilities that I wrote to assist Windows system administrators. I wrote these programs with logon scripting in mind, but of course they have other uses as well. Many logon scripting tools I have seen require the Windows NT platform... more »
|
|
wait for user choice by pressing keyboard, select the default one if timeout
|
| |
i'm writing a batch file to mimic a simple menu system in my batch file i want to wait for user input for seconds, if user doesn't press any key during this period then make the default choice. i have googled for a while, what i know now is i could use ping to achieve the delay function , but i don't know how to get the user... more »
|
|
Final Reminder - Microsoft Responds to the Evolution of Community
|
| |
Love the "subject line" !! "Final Reminder...." ....sounds like an unwelcomed red-letter on the doormat! Love the way you sought the opinions and responses of users of M$ Newsgroups - if you had put as much energy into finding out what your (ever-fading) supporters in these groups thought, as you do with your... more »
|
|
|