|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Feb 2001
Location: Tennessee
Posts: 204
|
I've written a little "bat" file to install a program on a Lan. I want to include an "uninstall" program but I can't remember the DOS command. I want to delete the folder, files, subfolders, and subfiles from "C:\Progra~1\xxxxxxxx". I used the xcopy *.* to put them there but what is the command to delete them? Thanks in advance.
|
|
|
|
|
|
#2 |
|
Member (10 bit)
Join Date: Jan 2002
Location: Ontario
Posts: 637
|
its deltree
y ru using dos anyways?
__________________
Dell XPS M1530 ![]() Xbox 360 |
|
|
|
|
|
#3 |
|
Member (8 bit)
Join Date: Feb 2001
Location: Tennessee
Posts: 204
|
Thanks for the reply. I'm using DOS because I learned it in the early 1980's and I don't know what else to use. Any comments or suggestions to bring me into the 21st Century would be appreciated. Thanks again!
|
|
|
|
|
|
#4 |
|
Member (10 bit)
Join Date: Jan 2002
Location: Ontario
Posts: 637
|
hm...i have to admit that dos is easy to use, but its becoming extinct with xp now. i have an programs that makes installers for you... clickteam ...i think that was it, if youre just making that. aside from that, i do admit the newer languages are killer. im trying to learn visual basic but its way over my head.
|
|
|
|
|
|
#5 |
|
Member (8 bit)
Join Date: Feb 2001
Location: Tennessee
Posts: 204
|
The install DOS bat. file that I wrote works in win95,98,me and limited win2k (can't do quicklaunch). I have no experience with XP. Does XP support DOS at all?
|
|
|
|
|
|
#6 |
|
Member (10 bit)
Join Date: Jan 2002
Location: Ontario
Posts: 637
|
ok, i thought dos programs dont work in xp, now im not sure. i tested a simple batch file and it works. however i have had lots of trouble installing older programs on this computer
|
|
|
|
|
|
#7 |
|
Member (10 bit)
Join Date: Mar 1999
Location: Zurich, Switzerland
Posts: 797
|
while Win 95 / 98 / ME has its roots in DOS, a DOS program run within Win 9x is executed in a true, genuine DOS environment.
while Win NT4, 2K, XP have no DOS roots, they only support a DOS emulator, but no true genuine DOS environment. Hence most DOS programs will run within Win NT4 / 2K / XP, while some DOS programs may fail, specially if some DOS tricks are used, such as redirecting LAN printers using DOS commands and such... Does a particular DOS program run within Win NT et al? - Don't know, give it a try to find out. The answer is probably yes. Hope this helps clarify things. Felix |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|