Using the N: Tools in DOS 2 - FujiNetWIFI/fujinet-firmware GitHub Wiki
For this test, you will need
- Atari
- FujiNet
- Working WiFi Connection
- An SD card set up with Testing local SD card storage
- atari-apps.irata.online in an available host slot.
The n-handler-dos2.atr disk contains a copy of Atari DOS 2.0D with the N: handler, and a copy of the N: utilities, which will be used for this test. Because the DOS 2 DUP overwrites the N: handler, the utility functions can't be used in DUP, and the N: utilities will be used, instead.
Steps
- Power on FujiNet
- Power on Atari
- Wait for CONFIG to boot.
- In Hosts, select atari-apps.irata.online host slot.
- Select Tests/ directory
- Select n-handler-dos2.atr, select D1:, mount as R/O
- Once HOSTS/DEVICES appears, press D to select DEVICES
- Select device slot 2.
- Press 'N' to create a new disk. Enter filename of new ATR Image should appear. Cursor should appear in slot 2.
- enter a name like 'scratch.atr'
- for Which Host SLot (1-8)? enter the host slot for your SD card slot. press RETURN.
- For size? Pick [3]180K to pick a single sided/double density disk. and press RETURN.
- Are you sure (Y/N)? press Y, hit return. Verify that the disk is in slot 2, mounted WRITE.
- Press and hold OPTION to boot DOS without BASIC installed.
- Once DUP is loaded, format the disk now in D2:
SELECT ITEM OR RETURN FOR MENU I WHICH DRIVE TO FORMAT? 2 TYPE "Y" TO FORMAT DISK 2 Y
- Change the directory of N: using NCD.COM
SELECT ITEM OR RETUN FOR MENU L LOAD FROM WHAT FILE? NCD.COM ENTER PREFIX OR RETURN TO CLEAR FTP://FTP.PIGWA.NET/stuff/collections/holmes cd/Holmes 2/Atari Archives/Antic Files/88/
- Verify that the directory has changed using NPWD.COM
SELECT ITEM OR RETURN FOR MENU L LOAD FROM WHAT FILE? NPWD.COM FTP://ftp.pigwa.net/stuff/collections/holmes cd/Holmes 2/Atari Archives/Antic Files/88/
- Do a directory using NDIR.COM
SELECT ITEM OR RETURN FOR MENU L LOAD FROM WHAT FILE? NDIR.COM ENTER PATH, WILDCARD OR RETURN *.EXE AMP.EXE ANTICDIS.EXE BCOPY.EXE DRONE.EXE FROG.EXE KENO.EXE KEYEDUP.EXE KILLER.EXE PONG.EXE REARDOOR.EXE SPTIRE.EXE THROTTLE.EXE TODDLE.EXE XEGSMGR.EXE
- Use NCOPY to copy FROG.EXE to D2:
SELECT ITEM OR RETURN FOR MENU L LOAD FROM WHAT FILE? NCOPY.COM NET COPY--FROM, TO? N:FROG.EXE,D2:FROG.EXE
- Once file is completed, DUP will re-load since it was overwritten, and menu will re-appear.
- Once menu reappears, check that FROG.EXE is now on D2.
SELECT ITEM OR RETURN FOR MENU A DIRECTORY--SEARCH SPEC,LIST FILE? D2: FROG EXE 031 676 FREE SECTORS
- Attempt to load to verify it was copied correctly.
SELECT ITEM OR RETURN FOR MENU L LOAD FROM WHAT FILE? D2:FROG.EXE
- Verify that FROG runs.
- Power off Atari, test done.
Expected Result
- The N: tools should be able to connect to FTP server, list a subset of files, and copy one of those files to the scratch disk made in D2: