Computing.Net > Forums > Disk Operating System > DOS HELP

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

DOS HELP

Reply to Message Icon

Name: Prince Ong
Date: April 15, 2000 at 23:15:14 Pacific
Comment:

i need help. i need to create a program *.bat that goes like this:
1. pause and display "WARNING...please read instructions" without using the "REM"
2. del d:\@test\*.* and not ask the user to type yes or no
3. copy system.dat, user.dat, system.ini, win.ini from c:\windows to d:\@backup; i have problem to copy the hidden system files as they says it is not found...
4. format c:\ /s without asking for yes or no
5. ask the user to enter the CDROM drive letter and use it to open the setup.exe in the cd
6. close the program by itself

hope to hear from you soon. thanks



Sponsored Link
Ads by Google

Response Number 1
Name: The Pirate
Date: April 16, 2000 at 01:06:28 Pacific
Reply:

WHY?

If ya wanna do that - whose machine yar wanna fuckup?


0

Response Number 2
Name: Myself
Date: April 16, 2000 at 06:57:49 Pacific
Reply:

na...it is not someone's machine i wanna xxxxxx, it is that the person i want to fix his com is a stupid ones, thus i need to make a program that is free from user intervention...hope that you can understand...thanx anyway


0

Response Number 3
Name: Ascended Programmer
Date: April 16, 2000 at 15:37:02 Pacific
Reply:

Learn C++


0

Response Number 4
Name: The Pirate
Date: April 16, 2000 at 15:45:01 Pacific
Reply:

Fairy nuff - just checking.

Like the person says - programming.


0

Response Number 5
Name: Myself
Date: April 17, 2000 at 09:29:58 Pacific
Reply:

i need to further clarify, you see this person has problems with his com so i need to help him format and reinstall from win 98 to win 95. i need to copy some files, del some, move some etc....so i need this program, can anyone help me please?


0

Related Posts

See More



Response Number 6
Name: mr o
Date: April 19, 2000 at 04:26:59 Pacific
Reply:

Cant be bothered to write out a batch file for you so here are the commands youll need

echo - display text on screen ((echo .) for a blank line)
pause - wait for user to press key(this seems to be the only way to pause)
del - i think you know what this does
attrib - turn off attributes for the registry files. (so you can del them)
format /autotest - format without user intervention.

Find some dos help files and work it out yourself. that way you learn how to do it the next time.


0

Response Number 7
Name: mr o
Date: April 19, 2000 at 04:28:54 Pacific
Reply:

oh and youll need choice for the cd bit

a good way to learn about the commands is to type (command /?)


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: DOS HELP

DOS Help www.computing.net/answers/dos/dos-help/2833.html

DOS Help with Find command www.computing.net/answers/dos/dos-help-with-find-command/13555.html

Ready to help newbie DOS users! www.computing.net/answers/dos/ready-to-help-newbie-dos-users/12835.html