home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
winutil
/
fc-11f
/
wwwfc2.mn$
< prev
next >
Wrap
Text File
|
1992-07-16
|
2KB
|
91 lines
Appointment Scheduling
run("Calendar.exe","")
Calculator
run("calc.exe","")
Cardfile
run("cardfile.exe","")
Character Mapper
Run("charmap.exe","")
C&lipboard
errormode(@off)
terminate(winactivate("Clipboard"),"","") ;Already Running
errormode(@cancel)
run("Clipbrd.exe","")
Clock
run("clock.exe","")
MultiMedia
Multimedia Player
run("mplayer.exe","")
Sound Recorder
run("soundrec.exe","")
Notepad Editor
run("notepad.exe","")
Packager
run("packager.exe","")
Paint Brush
run("pbrush.exe","")
Program Manager
run("progman.exe","")
Recorder
run("recorder.exe","")
Terminal
run("terminal.exe","")
Windows Help
run("winhelp.exe","")
Write
run("write.exe","")
|Configure System
Control &Panel
errormode(@off)
terminate(winactivate("Control Panel"),"","")
errormode(@cancel)
run("control.exe","")
Print Manager
run("printman.exe","")
SysEdit
run("sysedit.exe","") ;takes care of itself
Windows Setup
DirChange(DirWindows(0))
run("setup.exe","")
drop(a)
Registration Editor
Normal Mode
run("regedit.exe","")
Advanced Mode
run("regedit.exe","/v")
_DOS
run(environment("COMSPEC"),"")
_PIF Edi&t...
a=CurrentFile()
if FileExtension(a)=="PIF" then goto PIF2
a=FileItemize("*.PIF")
if a=="" then DirChange(FilePath(FileLocate("_default.pif")))
then a=FileItemize("*.PIF")
if a=="" then DirChange(DirWindows(0))
then a=FileItemize("*.PIF")
if a!="" then a=ItemSelect("Choose a PIF File to edit",a," ")
:PIF2
run("pifedit.exe",a)
exit