English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 26 July 2011, 17:49   #1
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
Executable script file/arguments

How do I construct an executable script file so that I can enter arguments into it Thanks?
shrub3056 is offline  
Old 26 July 2011, 18:08   #2
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Code:
.key needed/a,opt,switch/s
.def opt "not specified"
.bra [
.ket ]
echo "needed = [needed]"
echo "opt = [opt]"
if "[switch]" not eq ""
  echo "switch = on"
else
  echo "switch = off"
endif
thomas is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
File not executable amigapd support.Apps 3 22 February 2011 17:59
File not executable ancalimon support.WinUAE 8 15 February 2008 17:18
Help in creating a script to launch an executable... keropi support.Apps 11 05 May 2007 21:47
AmigaDos script file help. T_hairy_bootson support.Apps 0 07 March 2006 10:15
I don't want to be the cause of more arguments, but... MethodGit Retrogaming General Discussion 27 08 October 2004 15:45

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:34.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.14527 seconds with 12 queries