Dart und Billiard
DomainMedia
jostjahn.de Schnellzugriff: Astronomie  Fotografie  Gästebuch  Impressum  Neues  Reisen  Sitemap  Software  Support  Suche  Uelzen  Webseiten

Jahns Welt

Astronomie

Autor

Fotografie

Hardware

Internet

Live

Praxis

Reisen

Service

Software
- Inhalt
- Batches
  - 2xCalcDB
  - AddCSV
  - BumWa
  - Exist Copy
  - Exist Delete
  - HADL.DLL
  - Line-Text
  - Monat
  - PalmPlan
  - Root Test
  - RPC Stub
  - Statfree
  - Such Edit
  - Swap Name
  - Task Copy
  - Wortliste
- Eigene
- DOS
- Excel
- NetCaptor
- Palm
- Portfolio
- Links
- Probleme

Uelzen

Sie befinden sich hier: Software > Batches > Swap Name    

:: ------------------------------------------------------------------
:: Batchfile : Swapname
:: Purpose   : swap the filename (not the content) of two files.
:: OS        : Windows 95+
:: Created   : Jost Jahn , 20060612
:: ------------------------------------------------------------------
@echo off
if "%1" == "" goto Syntax
if "%2" == "" goto Syntax
goto Da
:Syntax -----------------------------------------------------------
echo Syntax: swapname filename1 filename2
goto End
:Da ---------------------------------------------------------------
if not exist %1 goto Nichtda
if not exist %2 goto Nichtda
goto Swap
:Nichtda ----------------------------------------------------------
echo filename1 and filename2 must be existent!
goto End
:Swap -------------------------------------------------------------
if exist swapname.tmp del swapname.tmp
ren %1           swapname.tmp
ren %2           %1
ren swapname.tmp %2
echo done
:End --------------------------------------------------------------
WebDesign von JHJ. Inhalt und Kontakt: JHJ.

Bitte beachten Sie die Werbelinks. Vielen Dank!
Partnerprogramme
Sofortkredite
Autoanzeigen
Flirtfieber
Flugbuchung
LastMinute
Immobilien
Goodmails
70Prozent
Immowelt
BigPoint
Perfecto
Mobile
ChatIT
Scout
 

CounterHandy bestellen URL dieser Webseite: http://www.jostjahn.de/software/swapnamebat.html [Zaehler]