home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Internet / webkey12.exe / Samples.txt < prev    next >
Encoding:
Text File  |  2000-10-30  |  2.4 KB  |  55 lines

  1. WebKey 2000 Version 1.2
  2. for Windows 95/98/NT/ME/2000
  3. by David Le
  4.  
  5.  
  6. Sample Commands
  7.  
  8.  
  9. Valid Commands                 Description 
  10. -----------------------------------------------------------------------------------------
  11. http://www.bizrate.com             open default browser using given url 
  12. mailto:viperucla@yahoo.com         open default email client using given email 
  13. ftp://user:pass@www.demo.com/         launch browser-based ftp with given info 
  14. telnet ugrad.seas.ucla.edu         launch telnet with given address 
  15. notepad c:\readme.txt             launch notepad using short filename 
  16. notepad "c:\program files\readme.txt"     launch notepad using long filename 
  17. c:\contact\email.txt             open given file using default text-editor 
  18. c:\winamp\winamp.exe             launch winamp program using short filename 
  19. "c:\program files\winamp\winamp.exe"     launch winamp program using long filename 
  20. "c:\my documents\my essay.doc"         open microsoft word with the given document 
  21.  
  22.  
  23. Invalid Commands             Description 
  24. -----------------------------------------------------------------------------------------
  25. winwrd                     typo in command (should be winword) 
  26. error                     unrecognized file/directory/program/url/command 
  27. c:\program files\readme.txt         missing enclosed double-quotes for long filename 
  28. c:\program files\telnet localhost     valid: "c:\program files\telnet" localhost 
  29.  
  30.  
  31. Advanced Commands             Description 
  32. -----------------------------------------------------------------------------------------
  33. mailto:                 open default email client with new message 
  34. mailto:user@dot.com?subject=&body=     open default email client with given info 
  35. explorer c:\                 open and display the content of c:\ 
  36. explore "d:\program files"         open windows explorer with "d:\program files" 
  37. c:\windows\desktop\winamp.lnk         launch winamp application using its shortcut 
  38. "c:\windows\desktop\email template.eml"    open default email client using an email template 
  39. c:\program.exe param1 param2 param3     launch a user program with several parameters 
  40. net use M: \\computer\shared         map a drive to a specific shared resource 
  41. \\computer\shared\folder         open and display the content of the given folder 
  42.  
  43.  
  44. IMPORTANT NOTE:
  45. if an action command contains any white spaces,
  46. you must enclose it with double-quotes (see examples above).
  47.  
  48.  
  49. If you know other available commands that are not listed here,
  50. feel free to send an email to me at viperucla@yahoo.com
  51.  
  52.  
  53. Please visit http://www.geocities.com/viperucla
  54. for future updates and latest "advanced" commands
  55.