Citrix Printing Explained.
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Windows-Microsoft
Now that you understand how printing works in standard Windows environments, let’s see how printing can be configured in MetaFrame XP environments. Before we get too far into the details of MetaFrame XP printing, we need to “redefine” some standard printing terms for the MetaFrame XP environment.
Read more on Citrix Printing Explained….
WAIT : make a batch file wait for a number of seconds
- No Comments
- Oct, 04, 2009
- Angelo Schalley
- Windows-Microsoft
WAIT
To make a batch file wait for a number of seconds there are several options available.
PING
For any MS-DOS or Windows version wit a TCP/IP client, PING can be used to delay execution for a number of seconds.
If specified (-w switch), PING will wait for a number of milliseconds between two PINGS before giving a time-out.
Read more on WAIT : make a batch file wait for a number of seconds…
Numlock Script
- 2 Comments
- Oct, 04, 2009
- Angelo Schalley
- Windows-Microsoft
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"