~ubuntu-branches/debian/experimental/nzbget/experimental

« back to all changes in this revision

Viewing changes to nzbget-shell.bat

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2011-05-06 19:01:38 UTC
  • Revision ID: james.westby@ubuntu.com-20110506190138-6l4nro6jmhr3837i
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
 
 
3
rem
 
4
rem  Batch file to start nzbget shell
 
5
rem
 
6
rem  Copyright (C) 2009 orbisvicis <orbisvicis@users.sourceforge.net>
 
7
rem  Copyright (C) 2009 Andrei Prygounkov <hugbug@users.sourceforge.net>
 
8
rem
 
9
rem  This program is free software; you can redistribute it and/or modify
 
10
rem  it under the terms of the GNU General Public License as published by
 
11
rem  the Free Software Foundation; either version 2 of the License, or
 
12
rem  (at your option) any later version.
 
13
rem
 
14
rem  This program is distributed in the hope that it will be useful,
 
15
rem  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
rem  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
rem  GNU General Public License for more details.
 
18
rem
 
19
rem  You should have received a copy of the GNU General Public License
 
20
rem  along with this program; if not, write to the Free Software
 
21
rem  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
22
rem
 
23
 
 
24
rem #######################    Usage instructions     #######################
 
25
rem 
 
26
rem  After starting the batch file you can use all nzbget commands 
 
27
rem  (like nzbget -s, nzbget -L, etc) without typing the full
 
28
rem  path to nzbget executable.
 
29
rem
 
30
rem ####################### End of Usage instructions #######################
 
31
 
 
32
 
 
33
rem expression "%~dp0" means the location of an executing batch file
 
34
set PATH=%PATH%;%~dp0
 
35
cmd /U /K "cd %USERPROFILE% & nzbget"