AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to BBS Support/Help/Discussion  <--  <--- Return to Home Page
   Networked Database  BBS Support/Help/Discussion   [225 / 1491] RSS
 From   To   Subject   Date/Time 
Message   Andrew Leary    Kevin Nunn   Software Quirks   August 3, 2019
 2:39 AM *  

Hello Kevin!

02 Aug 19 17:48, you wrote to me:

 KN> Yea, I could do that. Just create them in my bbs startup.cmd. I can do
 KN> it in batch, but if you have some cool Rexx stuff, I'd like to check
 KN> it out. I have *never* messed with Rexx, but wanted to.

/* STARTUP.CMD */
'@echo off'
/* Load RexxUtil functions */
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs
/* Create Flags directory on RAMDISK */
call SysFileTree 'K:\Flags', 'dir.', 'DO'
if dir.0 = 0 then
  call SysMkDir 'K:\Flags';

This is the first few lines of my STARTUP.CMD on the OS/2 machine.  It loads 
the RexxUtil functions, then checks if the Flags directory exists on drive K: 
(the RAM disk.)  If not, it calls the system function to make the directory.

This should do the trick for you.

Andrew


--- GoldED+/LNX 1.1.5-b20180707
 * Origin: Phoenix BBS * phoenix.bnbbbs.net (618:100/2)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to BBS Support/Help/Discussion  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0151 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.1.241108