<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Ace of Spades Game Forums &#187; Topic: NotePad &#124; Coding &#124; Help Needed</title>
<link>http://forumarchive.spadille.net/</link>
<description>Ace of Spades Game Forums &#187; Topic: NotePad &#124; Coding &#124; Help Needed</description>
<language>en</language>
<pubDate>Tue, 05 May 2026 14:31:09 +0000</pubDate>

<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-61054</link>
<pubDate>Sat, 30 Jul 2011 10:44:05 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">61054@http://forumarchive.spadille.net/</guid>
<description><p>thanks for all your help :)
</p></description>
</item>
<item>
<title>KwF_10se1ucgo_x on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-61016</link>
<pubDate>Sat, 30 Jul 2011 10:03:24 +0000</pubDate>
<dc:creator>KwF_10se1ucgo_x</dc:creator>
<guid isPermaLink="false">61016@http://forumarchive.spadille.net/</guid>
<description><p>Oh and Twissted, i suggest you get <a href="http://www.freewarefiles.com/Notepad_program_8752.html">Notepad++</a> (It highlights coding Such as batch,C++,C#,Java, etc)
</p></description>
</item>
<item>
<title>KwF_10se1ucgo_x on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-61009</link>
<pubDate>Sat, 30 Jul 2011 09:53:28 +0000</pubDate>
<dc:creator>KwF_10se1ucgo_x</dc:creator>
<guid isPermaLink="false">61009@http://forumarchive.spadille.net/</guid>
<description><p>ITS DEAD BRO. ITS DEAD. Without vesty, its dead
</p></description>
</item>
<item>
<title>Bobbunny on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-61007</link>
<pubDate>Sat, 30 Jul 2011 09:52:49 +0000</pubDate>
<dc:creator>Bobbunny</dc:creator>
<guid isPermaLink="false">61007@http://forumarchive.spadille.net/</guid>
<description><p>10se1ucgo</p>
<p>No. Bad boy. You are in the SLP server team.
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-61004</link>
<pubDate>Sat, 30 Jul 2011 09:50:33 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">61004@http://forumarchive.spadille.net/</guid>
<description><p><a href="http://ace-spades.com/forums/topic.php?id=4276&#038;page=2" rel="nofollow">http://ace-spades.com/forums/topic.php?id=4276&#038;page=2</a></p>
<p>clan thread </p>
<p>what do you want your name to be ???
</p></description>
</item>
<item>
<title>KwF_10se1ucgo_x on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-61001</link>
<pubDate>Sat, 30 Jul 2011 09:48:36 +0000</pubDate>
<dc:creator>KwF_10se1ucgo_x</dc:creator>
<guid isPermaLink="false">61001@http://forumarchive.spadille.net/</guid>
<description><p>sure! (the clan im in is dead now D:) so ill join
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60998</link>
<pubDate>Sat, 30 Jul 2011 09:46:38 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60998@http://forumarchive.spadille.net/</guid>
<description><p>^thanks are you in a clan cause id like some one like you to be in mine ???</p>
<p>EDIT:Complete Fucking Legend :)
</p></description>
</item>
<item>
<title>KwF_10se1ucgo_x on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60994</link>
<pubDate>Sat, 30 Jul 2011 09:44:48 +0000</pubDate>
<dc:creator>KwF_10se1ucgo_x</dc:creator>
<guid isPermaLink="false">60994@http://forumarchive.spadille.net/</guid>
<description><p>Heres the coding!<br />
_____________________________________________________________________<br />
Install.bat:<br />
_____________________________________________________________________<br />
:Main<br />
@echo off<br />
Title Installer<br />
color 0c<br />
echo Chose a Gun To Install... Use Help.txt<br />
set /p TYPE=<br />
if %type%==A goto :A<br />
if %type%==a goto :A<br />
if %type%==B goto :B<br />
if %type%==b goto :B<br />
if NOT %type%=="A" goto :wrong<br />
if NOT %type%=="a" goto :wrong<br />
if NOT %type%=="B" goto :wrong<br />
if NOT %type%=="b" goto :wrong<br />
CLS<br />
:A<br />
cd A<br />
call A.bat<br />
pause<br />
goto :Main<br />
:B<br />
cd B<br />
call B.bat<br />
pause<br />
goto top<br />
:wrong<br />
echo Sorry, that was an incorrect choice, please try again.<br />
echo Program will return to start<br />
pause<br />
cls<br />
goto :Main<br />
_____________________________________________________________________<br />
A.bat<br />
_____________________________________________________________________<br />
@echo off<br />
echo Pleas enter where ace of spades has been installed:<br />
set /p DIR=<br />
copy smgshoot.wav "%DIR%\wav"<br />
copy gunreload.wav "%DIR%\wav"<br />
copy smg.png "%DIR%\png"<br />
copy smg.kv6 "%DIR%\kv6"<br />
exit<br />
_____________________________________________________________________<br />
B.bat<br />
_____________________________________________________________________<br />
(Forgot to edit B.bat, just copy/paste the code of A.bat into B.bat)
</p></description>
</item>
<item>
<title>KwF_10se1ucgo_x on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60984</link>
<pubDate>Sat, 30 Jul 2011 09:39:34 +0000</pubDate>
<dc:creator>KwF_10se1ucgo_x</dc:creator>
<guid isPermaLink="false">60984@http://forumarchive.spadille.net/</guid>
<description><p>TA DA! Forgive me if you dont like what i did :P but it works and is now more efficient!<br />
<a href="http://uploadir.com/u/l8ror7" rel="nofollow">http://uploadir.com/u/l8ror7</a><br />
(Tested on Windows XP Pro SP3)
</p></description>
</item>
<item>
<title>Szuwar on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60976</link>
<pubDate>Sat, 30 Jul 2011 09:28:11 +0000</pubDate>
<dc:creator>Szuwar</dc:creator>
<guid isPermaLink="false">60976@http://forumarchive.spadille.net/</guid>
<description><p>Ok, there is also problem with your if statement. You use variable named ABCDEFGHIJX, but you're checking variable named AB (you should be checking ABCDEFGHIJX).</p>
<p>Replace Your set line with this:</p>
<p>SET /p AB=</p>
<p>And it should work.</p>
<p>I don't really know what could be wrong with copying. Make sure the path is correct and if there is any output regarding those commands it would be useful to post it.
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60970</link>
<pubDate>Sat, 30 Jul 2011 09:24:47 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60970@http://forumarchive.spadille.net/</guid>
<description><p>^the download is  on the thread xD
</p></description>
</item>
<item>
<title>KwF_10se1ucgo_x on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60964</link>
<pubDate>Sat, 30 Jul 2011 09:17:11 +0000</pubDate>
<dc:creator>KwF_10se1ucgo_x</dc:creator>
<guid isPermaLink="false">60964@http://forumarchive.spadille.net/</guid>
<description><p>ok, send be all those files/folders, i might be able to fix em. (Love using command prompt :P)<br />
whoops nvm, to lazy to read XD
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60939</link>
<pubDate>Sat, 30 Jul 2011 08:54:03 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60939@http://forumarchive.spadille.net/</guid>
<description><p>il check thanks for your help :)</p>
<p>i checked it you dident fix the first proplem but you fixed most of the second problem but it still is not copying all the files
</p></description>
</item>
<item>
<title>Szuwar on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60935</link>
<pubDate>Sat, 30 Jul 2011 08:50:12 +0000</pubDate>
<dc:creator>Szuwar</dc:creator>
<guid isPermaLink="false">60935@http://forumarchive.spadille.net/</guid>
<description><p>If those scripts posted in first post are the newest version then this is what I've noticed:</p>
<p>Installer.bat<br />
    ;A<br />
    ;B<br />
    Should be<br />
    :A<br />
    :B<br />
A.bat, B.bat:<br />
    Problem with your syntax around COPY might be caused by not putting path to AoS dir inside quotes. I guess this would work nicely:<br />
    COPY smg.kv6 "C:\Ace of Spades\kv6"</p>
<p>Haven't checked it because there is no Windows machine around but those are the things you should take care of.
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60929</link>
<pubDate>Sat, 30 Jul 2011 08:42:05 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60929@http://forumarchive.spadille.net/</guid>
<description><p>lol waiting is annoying :) i just want to get on with it and fix it :(
</p></description>
</item>
<item>
<title>Spengbab on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60912</link>
<pubDate>Sat, 30 Jul 2011 08:25:52 +0000</pubDate>
<dc:creator>Spengbab</dc:creator>
<guid isPermaLink="false">60912@http://forumarchive.spadille.net/</guid>
<description><p>Just gotta be patient, is all.
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60856</link>
<pubDate>Sat, 30 Jul 2011 07:02:41 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60856@http://forumarchive.spadille.net/</guid>
<description><p>^thanks one of the guys on there said he would fix it for me :)</p>
<p>Edit 1: Hes not helping me any more dont know why :( but can some one here help me ???</p>
<p>Edit 2: Fixed the Thread so it can be understood easily now
</p></description>
</item>
<item>
<title>Spengbab on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60839</link>
<pubDate>Sat, 30 Jul 2011 06:18:54 +0000</pubDate>
<dc:creator>Spengbab</dc:creator>
<guid isPermaLink="false">60839@http://forumarchive.spadille.net/</guid>
<description><p>Go call StackOverflow. He should be over in the <a href="http://webchat.quakenet.org/?channels=%23AoS">AoS IRC channel.</a>
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60838</link>
<pubDate>Sat, 30 Jul 2011 06:16:56 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60838@http://forumarchive.spadille.net/</guid>
<description><p>Any Help ???
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60829</link>
<pubDate>Sat, 30 Jul 2011 06:02:19 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60829@http://forumarchive.spadille.net/</guid>
<description><p>this is how the folder is set out</p>
<p>Folder1=installer</p>
<p>inside folder1</p>
<p>folder2 which is called A</p>
<p>foler3 which is called B</p>
<p>inside A theres a file call A.bat</p>
<p>inside a theres also files for call A command</p>
<p>in folder b theres a file called B.bat</p>
<p>inside be theres also the files for call B command</p>
<p>_____________________________________________________________________</p>
<p>B CODE</p>
<p>@echo<br />
COPY semishoot.wav C:\Ace of Spades\wav<br />
COPY gunreload.wav C:\Ace of Spades\wav<br />
COPY semi.png C:\Ace of Spades\png<br />
COPY semi.kv6 C:\Ace of Spades\kv6</p>
<p>_____________________________________________________________________
</p></description>
</item>
<item>
<title>Szuwar on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60824</link>
<pubDate>Sat, 30 Jul 2011 05:49:43 +0000</pubDate>
<dc:creator>Szuwar</dc:creator>
<guid isPermaLink="false">60824@http://forumarchive.spadille.net/</guid>
<description><p>Where is B.bat?</p>
<p>You should make backup before replacing files. Just in case.
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60822</link>
<pubDate>Sat, 30 Jul 2011 05:43:23 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60822@http://forumarchive.spadille.net/</guid>
<description><p>No reply's really ????
</p></description>
</item>
<item>
<title>TWiiSt3D on "NotePad | Coding | Help Needed"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4318#post-60813</link>
<pubDate>Sat, 30 Jul 2011 05:12:36 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">60813@http://forumarchive.spadille.net/</guid>
<description><p>_______________________________________________________________________</p>
<p>OK first off i need some help with my coding because its not working correctly...</p>
<p>Description of Coding</p>
<p>Its Ment to replace the gun files and sounds for ace of spades, (Mod Installer)<br />
_____________________________________________________________________</p>
<p>Pictures of errors</p>
<p>First Problem - <a href="http://i.imgur.com/2ui6p.png" rel="nofollow">http://i.imgur.com/2ui6p.png</a></p>
<p>Second Problem - <a href="http://i.imgur.com/6cu5o.png" rel="nofollow">http://i.imgur.com/6cu5o.png</a></p>
<p>_____________________________________________________________________</p>
<p>Coding Related to Problems</p>
<p>First Problem - <a href="http://i.imgur.com/JLZuC.png" rel="nofollow">http://i.imgur.com/JLZuC.png</a> (pause at bottom is to Be GOTO TOP)</p>
<p>Second Problem - <a href="http://i.imgur.com/F5VIW.png" rel="nofollow">http://i.imgur.com/F5VIW.png</a><br />
_____________________________________________________________________</p>
<p>Where are the files you may ask they are in the same folder as the batch File<br />
_____________________________________________________________________</p>
<p>Download - <a href="http://www.mediafire.com/?8agrc7vetf6cv7a" rel="nofollow">http://www.mediafire.com/?8agrc7vetf6cv7a</a></p>
<p>(ignore the B.exe and anything to do with B because its not finished)</p>
<p>(B.exe is just a Compiled Version of B.bat)</p>
<p>_____________________________________________________________________ </p>
<p>Please help :(
</p></description>
</item>

</channel>
</rss>
