Command line access to Serial Number and Model Info

Is there a way to access the Serial Number or Model Number of  a PC from the command line? Is there a way to access the Serial Number or Model Number of a PC remotely?   Yes - via the WMIC command. Yes - by remote controlling the PC, and using the WMIC command at [...]

By |2016-01-16T23:54:11+00:00January 14th, 2016|Computers, Documentation, Microsoft, MS-DOS / Batch, Windows|Comments Off on Command line access to Serial Number and Model Info

Copy directory structure without files

========= QUESTION --------- Can you copy over the directory structure from one folder to another without copying the files in those directories?   ========= ANSWER --------- Use XCOPY from the Command Prompt using the /t and /e switches to include empty directories and subdirectories. See EXAMPLES   ========= EXAMPLES ---------xcopy "Q:PRODDATAReports" "C:UsersmyUserDocumentsSubDirSystemsQReports" /t /e   [...]

By |2011-07-05T14:23:39+00:00July 5th, 2011|Computers, Documentation, Microsoft, MS-DOS / Batch, Windows|Comments Off on Copy directory structure without files

How do you view the DNS records for a domain?

========= QUESTION --------- How do you view the DNS records for a domain?   ========= ANSWER --------- If you are a client: http://www.anysitesupport.com/how-do-i-access-my-dns-settings/  If you are simply looking in general, you can do so on a Windows PC by opening the command prompt and typing the commands in the EXAMPLES area.   ========= EXAMPLES --------- [...]

By |2017-12-01T23:47:42+00:00May 27th, 2011|Computers, Documentation, Domains / DNS, Internet/Web, Microsoft, MS-DOS / Batch|Comments Off on How do you view the DNS records for a domain?

How do I ping a web site address?

=========QUESTION---------How do I ping a web site address? =========ANSWER---------In Microsoft Windows: Start button, Run, type COMMAND, click [OK]A black window titled Command Prompt should openAt the prompt type the following:PING WEBSITENAME (replace WEBSITENAME with your domain name) --------- In Macintosh OS X: Launch Terminal (open Spotlight by pressing Command + Space bar, and type Terminal)A small [...]

By |2017-12-01T23:47:50+00:00April 12th, 2011|Apple, Computers, Documentation, Internet/Web, Mac, Microsoft, MS-DOS / Batch|Comments Off on How do I ping a web site address?

Variables in Batch Files and Commands

=========REF---------http://www.computing.net/answers/programming/batch-script-for-setting-up/12506.html  http://www.msfn.org/board/topic/37472-username-in-batch-file/ =========EXAMPLES---------Test the following by typingECHO %username%, etc at the command prompt %username% %computername% %systemroot% =========APPLIES TO / KEYWORDS---------Microsoft DOSMS-DOSBatchCommandsVariables ---http://www.anysitesupport.com/variables-in-batch-files-and-commands/

By |2011-04-08T11:15:48+00:00April 8th, 2011|Computers, Documentation, Microsoft, MS-DOS / Batch|Comments Off on Variables in Batch Files and Commands

How do I FTP using DOS Commands?

=========REF: http://www.nsftools.com/tips/MSFTP.htm  http://rotterdam.ics.uci.edu/info/DosFtp.htm =========ANSWER: Open a command prompt on your PC:Click the Start button, select RunType: COMMANDClick [OK] At the command prompt: ("text" to be entered at the command prompt is in quotes ; <keystrokes> to be typed are in carats)"FTP"<enter>"open anysitehosting.com"<enter> Enter your username  and hit <enter>Enter your password and hit <enter> =========EXAMPLES ---------"cd [...]

By |2017-12-01T23:47:51+00:00April 4th, 2011|anySiteSolutions.com, Computers, Documentation, FTP, FTP, Internet/Web, Microsoft, MS-DOS / Batch, Windows|Comments Off on How do I FTP using DOS Commands?
Go to Top