Discussion:
Calling Explorer from batch file under Win98?
(too old to reply)
Harry Potter
2019-02-09 18:21:08 UTC
Permalink
I have a Win98 computer that has a small hard drive, and I want to empty out its hard drive. I've been doing well so far. Now, somebody elsewhere told me that he compressed parts of his hard drive and used batch files to temporarily decompress some information. I want to do the same, but I want to execute Windows Explorer to open the folder. How do I call Explorer? What are the switches I need?
R.Wieser
2019-02-10 06:35:12 UTC
Permalink
Harry,
Post by Harry Potter
How do I call Explorer? What are the switches I need?
For the umptied time: do some googleing *BEFORE* you ask here.

Regards,
Rudy Wieser
Harry Potter
2019-02-10 13:57:50 UTC
Permalink
Post by R.Wieser
For the umptied time: do some googleing *BEFORE* you ask here.
Sorry! :(
JJ
2019-02-10 12:30:43 UTC
Permalink
Post by Harry Potter
I have a Win98 computer that has a small hard drive, and I want to empty
out its hard drive. I've been doing well so far. Now, somebody
elsewhere told me that he compressed parts of his hard drive and used
batch files to temporarily decompress some information. I want to do the
same, but I want to execute Windows Explorer to open the folder. How do
I call Explorer? What are the switches I need?
Since this is comp.os.ms-windows.programmer.win32, the answer is that a
batch file can not use Windows API.
Harry Potter
2019-02-10 13:59:16 UTC
Permalink
Post by JJ
Since this is comp.os.ms-windows.programmer.win32, the answer is that a
batch file can not use Windows API.
I just want to open the Explorer from the batch file. I'll check Google now.
Loading...