English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I know that it's possible to control some things by saving it as .bat . What all can I access and control using this function? What do I type to do this? I have had people give me specific things to type, like (c:\windows\system32\cmd.exe) to access the comand prompt. Instead of giving me these exact instructions, how can I find out what to type on my own?

2007-06-06 07:28:57 · 6 answers · asked by joshuaw 1 in Computers & Internet Software

6 answers

it's you again, with your stupid question of "Can I control my computer using HTML?"

This question is more realistic... yet still you can't control computer with a word editor... (however you can write a program like a bat file to control your computer). so please learn to express yourself correctly!!!

2007-06-06 07:40:37 · answer #1 · answered by Mrsashko 5 · 0 0

yeahh... sure.. u can open control pannell.. and alll...
u have to type commands...
these r following all commands i know.. yet..

Accessibility Controls
access.cpl

Add Hardware Wizard
hdwwiz.cpl

Add/Remove Programs
appwiz.cpl

Administrative Tools
control admintools

Automatic Updates
wuaucpl.cpl

Bluetooth Transfer Wizard
fsquirt

Calculator
calc

Certificate Manager
certmgr.msc

Character Map
charmap

Check Disk Utility
chkdsk

Clipboard Viewer
clipbrd

Command Prompt
cmd

Component Services
dcomcnfg

Computer Management
compmgmt.msc

Date and Time Properties
timedate.cpl

DDE Shares
ddeshare

Device Manager
devmgmt.msc

Direct X Control Panel (If Installed)*
directx.cpl

Direct X Troubleshooter
dxdiag

Disk Cleanup Utility
cleanmgr

Disk Defragment
dfrg.msc

Disk Management
diskmgmt.msc

Disk Partition Manager
diskpart

Display Properties
control desktop

Display Properties
desk.cpl

Display Properties (w/Appearance Tab Preselected)
control color

Dr. Watson System Troubleshooting Utility
drwtsn32

Driver Verifier Utility
verifier

Event Viewer
eventvwr.msc

File Signature Verification Tool
sigverif

Findfast
findfast.cpl

Folders Properties
control folders

Fonts
control fonts

Fonts Folder
fonts

Free Cell Card Game
freecell

Game Controllers
joy.cpl

Group Policy Editor (XP Prof)
gpedit.msc

Hearts Card Game
mshearts

Iexpress Wizard
iexpress

Indexing Service
ciadv.msc

Internet Properties
inetcpl.cpl


IP Configuration (Display Connection Configuration)
ipconfig /all

IP Configuration (Display DNS Cache Contents)
ipconfig /displaydns

IP Configuration (Delete DNS Cache Contents)
ipconfig /flushdns

IP Configuration (Release All Connections)
ipconfig /release

IP Configuration (Renew All Connections)
ipconfig /renew

IP Configuration (Refreshes DHCP & Re-Registers DNS)
ipconfig /registerdns

IP Configuration (Display DHCP Class ID)
ipconfig /showclassid

IP Configuration (Modifies DHCP Class ID)
ipconfig /setclassid


ava Control Panel (If Installed)
jpicpl32.cpl

Java Control Panel (If Installed)
javaws

Keyboard Properties
control keyboard

Local Security Settings
secpol.msc

Local Users and Groups
lusrmgr.msc

Logs You Out Of Windows
logoff

Microsoft Chat
winchat

Minesweeper Game
winmine

Mouse Properties
control mouse

Mouse Properties
main.cpl

Network Connections
control netconnections

Network Connections
ncpa.cpl

Network Setup Wizard
netsetup.cpl

Notepad
notepad

Nview Desktop Manager (If Installed)
nvtuicpl.cpl

Object Packager
packager

ODBC Data Source Administrator
odbccp32.cpl

On Screen Keyboard
osk

Opens AC3 Filter (If Installed)
ac3filter.cpl

Password Properties
password.cpl

Performance Monitor
perfmon.msc

Performance Monitor
perfmon

Phone and Modem Options
telephon.cpl

Power Configuration
powercfg.cpl

Printers and Faxes
control printers

Printers Folder
printers

Private Character Editor
eudcedit

Quicktime (If Installed)
QuickTime.cpl

Regional Settings
intl.cpl

Registry Editor
regedit

Registry Editor
regedit32

Remote Desktop
mstsc

Removable Storage
ntmsmgr.msc

Removable Storage Operator Requests
ntmsoprq.msc

Resultant Set of Policy (XP Prof)
rsop.msc

Scanners and Cameras
sticpl.cpl

Scheduled Tasks
control schedtasks

Security Center
wscui.cpl

Services
services.msc

Shared Folders
fsmgmt.msc

Shuts Down Windows
shutdown

Sounds and Audio
mmsys.cpl

Spider Solitare Card Game
spider

SQL Client Configuration
cliconfg

System Configuration Editor
sysedit

System Configuration Utility
msconfig

System File Checker Utility (Scan Immediately)
sfc /scannow

System File Checker Utility (Scan Once At Next Boot)
sfc /scanonce

System File Checker Utility (Scan On Every Boot)
sfc /scanboot

System File Checker Utility (Return to Default Setting)
sfc /revert

System File Checker Utility (Purge File Cache)
sfc /purgecache

System File Checker Utility (Set Cache Size to size x)
sfc /cachesize=x

System Properties
sysdm.cpl

Task Manager
taskmgr

Telnet Client
telnet

User Account Management
nusrmgr.cpl

Utility Manager
utilman

Windows Firewall
firewall.cpl

Windows Magnifier
magnify

Windows Management Infrastructure
wmimgmt.msc

Windows System Security Tool
syskey

Windows Update Launches
wupdmgr

Windows XP Tour Wizard
tourstart

Wordpad
write


u can manually go to System32 folder.. and can get executable files... for above commands.. as Magnifier.. lusrmg... etc..

2007-06-06 14:36:16 · answer #2 · answered by max m 2 · 0 0

Anthing that you can type into the "Run" from the Start Menu you can do from a bat file. That is all the Run command does really, it runs what type as if it is a bat file. Anything you can run from an icon, you can run from a batch file. Use the same information that is in the "target" line of the icon's porperties.

You can also use all the "DOS" commands within batch files. Go to a command prompt (cmd.exe) and type in "help". It will list all the DOS commands for you. Type in any command followed by a "/?" and it will give you syntax information on that command (such as "dir /?").

Finally, if you do a Google search on "batch files" you will find information on how to program loops, variables, etc. with in batch file. Once upon a time batch files were the way all computers were run.

So welcome back to the 1970s and the wonderful world of "DOS". That was were I learned how to use computers.(Yes, I am that old....)

2007-06-06 14:37:46 · answer #3 · answered by dewcoons 7 · 1 0

Not thru Notepad directly. Batch files can be created with any word processor.
You have to know the DOS language, and you have to type every character in the proper place. DOS is a tricky langauge to write.
SAVE the instruction list with a "xxxxxxxx.bat" extension in a folder or on the C:\ root, and you can execute them from some programs that have a place for that buiult in or you can go to Start > Run > and type in "cmd" then type the xxxxxxxx name and press Enter.

2007-06-06 14:40:42 · answer #4 · answered by Happy Camper 5 · 0 0

No..
Define Control?

Can you use it to issue commands? no.

You can write batch files but that is the extent of it.

In order to use batch files it recommends the command processor. cmd.exe.

2007-06-06 14:38:52 · answer #5 · answered by Anonymous · 0 0

What r u trying to accomplish, ur question does not make much sense, please elaborate

2007-06-06 14:35:45 · answer #6 · answered by roopali b 3 · 0 0

fedest.com, questions and answers