home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / share / compress / exe / untiny / UNSS / USS.BAT < prev   
Encoding:
DOS Batch File  |  1997-05-02  |  192 b   |  14 lines

  1. @echo off
  2. if not "%1"=="" goto try_
  3. unss
  4. goto exit_
  5. :try_
  6. unss %1
  7. if errorlevel 1 goto exit_
  8. :next_
  9. unss cracked.exe
  10. if not errorlevel 1 goto next_
  11. echo  ■ Batch ok.
  12. echo.
  13. :exit_
  14.