-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added relative path scripts. (exes must be in directories in the same…
… folder as the scripts)
- Loading branch information
1 parent
1652441
commit eefb575
Showing
26 changed files
with
557 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@Echo off | ||
REM Create BMP of disk data | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.01_disk_HxC.bmp -conv:BMP_DISK_IMAGE | ||
|
||
REM Convert BMP to PNG | ||
nconvert\nconvert.exe -out png -o "%1".01_disk_HxC.png "%1".01_disk_HxC.bmp | ||
|
||
REM Delete BMP | ||
del "%1".01_disk_HxC.bmp /F /Q |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@Echo off | ||
REM Create BMP of disk data | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.02_data_HxC.bmp -conv:BMP_IMAGE | ||
|
||
REM Convert BMP to PNG | ||
nconvert\nconvert.exe -out png -o "%1".02_data_HxC.png "%1".02_data_HxC.bmp | ||
|
||
REM Delete BMP | ||
del "%1".02_data_HxC.bmp /F /Q |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@Echo off | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.ipf -conv:SPS_IPF | ||
|
||
REM FOR AMIGA: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM FOR ATARI ST: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
echo. | ||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@Echo off | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC_HFEv3.hfe -conv:HXC_HFEV3 | ||
|
||
REM FOR AMIGA: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM FOR ATARI ST: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
echo. | ||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@Echo off | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
|
||
REM FOR AMIGA: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM FOR ATARI ST: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
echo. | ||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@Echo off | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
REM FOR AMIGA: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM FOR ATARI ST: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
echo. | ||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@Echo off | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM FOR AMIGA: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM FOR ATARI ST: | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe.exe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
echo. | ||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@Echo off | ||
REM Convert to Amiga Extended .ADF (Protected) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.extended.adf -conv:AMIGA_EXTADF | ||
|
||
echo. | ||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@echo off | ||
|
||
nconvert\nconvert.exe -out png -o "%1".png "%1" | ||
|
||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@Echo off | ||
REM Convert to Amiga Extended .ADF (Protected) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.img -conv:RAW_IMG | ||
|
||
echo. | ||
REM pause |
11 changes: 11 additions & 0 deletions
11
Scripts_RelativeDirectories/10_Convert_Aufit_AtariST_STX.cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@Echo off | ||
Echo. | ||
Echo This script takes a SuperCard Pro file, and uses Aufit software to create a disk picture, protections text file and stx disk image. | ||
Echo. | ||
Echo Aufit is available from: | ||
Echo. | ||
|
||
REM Aufit: Create .stx, create protections.txt and create disk surface image: | ||
Aufit-1.3\Aufit.exe -suffix aufit.1.3 -scale 1.4 -disk -protections -save stx %1 | ||
|
||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
@Echo off | ||
Echo. | ||
Echo This script takes a SuperCard Pro file, and uses HxC Floppy Emulator software to create a disk picture, data picture and various disk images. | ||
Echo. | ||
Echo HxC Floppy Emulator software is available from: https://hxc2001.com/download/floppy_drive_emulator/ | ||
Echo. | ||
Echo Using the latest beta of HxC is recommended. (And is available from: https://hxc2001.com/download/floppy_drive_emulator/HxCFloppyEmulator_soft_beta.zip ) | ||
Echo. | ||
Echo. | ||
Echo BMP to PNG conversion is with nConvert, from XnSoft, makers of XnView and XnViewMP. | ||
Echo. | ||
|
||
REM Aufit: Create .stx, create protections.txt and create disk surface image: | ||
Aufit-1.3\Aufit.exe -suffix aufit.1.3 -scale 1.4 -disk -protections -save stx %1 | ||
|
||
REM Create BMP of disk data | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.01_disk_HxC.bmp -conv:BMP_DISK_IMAGE | ||
|
||
REM Convert BMP to PNG | ||
nconvert\nconvert.exe -out png -o "%1".01_disk_HxC.png "%1".01_disk_HxC.bmp | ||
|
||
REM Delete BMP (Remove these lines if nConvert isn't installed!!!) | ||
del "%1".01_disk_HxC.bmp /F /Q | ||
|
||
REM Create BMP of disk data | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.02_data_HxC.bmp -conv:BMP_IMAGE | ||
|
||
REM Convert BMP to PNG | ||
nconvert\nconvert.exe -out png -o "%1".02_data_HxC.png "%1".02_data_HxC.bmp | ||
|
||
REM Delete BMP (Remove these lines if nConvert isn't installed!!!) | ||
del "%1".02_data_HxC.bmp /F /Q | ||
|
||
REM Convert to HFE v3 .hfe image (For Gotek etc running Flash Floppy, HxC etc) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC_HFEv3.hfe -conv:HXC_HFEV3 | ||
|
||
REM Convert to Atari .STX image (Protected) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
REM Convert to Amiga .ADF (Unprotected) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM Convert to Amiga Extended .ADF (Protected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.extended.adf -conv:AMIGA_EXTADF | ||
|
||
REM Convert to .IPF | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.ipf -conv:SPS_IPF | ||
|
||
REM Show Info | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.info_HxC.txt -infos | ||
|
||
REM Convert to Atari .ST image (Unprotected) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
|
||
|
||
|
||
REM FOR AMIGA: | ||
REM-==========- | ||
|
||
REM Convert to Amiga .ADF (Unprotected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM Convert to Amiga Extended .ADF (Protected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.extended.adf -conv:AMIGA_EXTADF | ||
|
||
|
||
|
||
REM FOR ATARI ST: | ||
REM-=============- | ||
|
||
REM Aufit: Create .stx, create protections.txt and create disk surface image: | ||
REM Aufit-1.3\Aufit.exe -suffix aufit.1.3 -scale 1.4 -disk -protections -save stx %1 | ||
|
||
REM Convert to Atari .ST image (Unprotected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
|
||
REM Convert to Atari .STX image (Protected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
REM pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
@Echo off | ||
Echo. | ||
Echo This script takes a SuperCard Pro file, and uses HxC Floppy Emulator software to create a disk picture, data picture and various disk images. | ||
Echo. | ||
Echo HxC Floppy Emulator software is available from: https://hxc2001.com/download/floppy_drive_emulator/ | ||
Echo. | ||
Echo Using the latest beta of HxC is recommended. (And is available from: https://hxc2001.com/download/floppy_drive_emulator/HxCFloppyEmulator_soft_beta.zip ) | ||
Echo. | ||
Echo. | ||
Echo BMP to PNG conversion is with nConvert, from XnSoft, makers of XnView and XnViewMP. | ||
Echo. | ||
|
||
REM Create BMP of disk data | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.01_disk_HxC.bmp -conv:BMP_DISK_IMAGE | ||
|
||
REM Convert BMP to PNG | ||
nconvert\nconvert.exe -out png -o "%1".01_disk_HxC.png "%1".01_disk_HxC.bmp | ||
|
||
REM Delete BMP (Remove these lines if nConvert isn't installed!!!) | ||
del "%1".01_disk_HxC.bmp /F /Q | ||
|
||
REM Create BMP of disk data | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.02_data_HxC.bmp -conv:BMP_IMAGE | ||
|
||
REM Convert BMP to PNG | ||
nconvert\nconvert.exe -out png -o "%1".02_data_HxC.png "%1".02_data_HxC.bmp | ||
|
||
REM Delete BMP (Remove these lines if nConvert isn't installed!!!) | ||
del "%1".02_data_HxC.bmp /F /Q | ||
|
||
REM Convert to HFE v3 .hfe image (For Gotek etc running Flash Floppy, HxC etc) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC_HFEv3.hfe -conv:HXC_HFEV3 | ||
|
||
REM Convert to Amiga .ADF (Unprotected) | ||
HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM Convert to Amiga Extended .ADF (Protected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.extended.adf -conv:AMIGA_EXTADF | ||
|
||
|
||
REM Convert to .IPF | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.ipf -conv:SPS_IPF | ||
|
||
REM Convert to .IPF (disk-analyse) | ||
REM wsl.exe -d Ubuntu disk-analyse -v -fprobe_amiga %1 %1.libdisk.ipf > %1.libdisk.txt | ||
|
||
REM Show Info | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.info_HxC.txt -infos | ||
|
||
|
||
|
||
REM FOR AMIGA: | ||
REM-==========- | ||
|
||
REM Convert to Amiga .ADF (Unprotected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.adf -conv:AMIGA_ADF | ||
|
||
REM Convert to Amiga Extended .ADF (Protected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.extended.adf -conv:AMIGA_EXTADF | ||
|
||
|
||
REM FOR ATARI ST: | ||
REM-=============- | ||
|
||
REM Aufit: Create .stx, create protections.txt and create disk surface image: | ||
REM Aufit-1.3\Aufit.exe -suffix aufit.1.3 -scale 1.4 -disk -protections -save stx %1 | ||
|
||
REM Convert to Atari .STX image (Protected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.stx -conv:ATARIST_STX | ||
|
||
REM Convert to Atari .ST image (Unprotected) | ||
REM HxCFloppyEmulator_soft_beta\HxCFloppyEmulator_Software\Windows\hxcfe -finput:%1 -foutput:%1.HxC.st -conv:ATARIST_ST | ||
|
||
REM pause |
Oops, something went wrong.